Html Css Color HEX #D6C81A Barberry

📋 copy color: '#D6C81A'

red 214 ◦ green 200 ◦ blue 26

#D6C81A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #D6C81A

Tints of Barberry #D6C81A

RGB

 RED value IS 214 (83.98% from 255) = 48.64%

 GREEN value IS 200 (78.52% from 255) = 45.45%

 BLUE value IS 26 (10.55% from 255) = 5.91%

R = 48.64%
G = 45.45%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6C81A (or 0xD6C81A) is known color: Barberry. HEX triplet: D6, C8 and 1A. RGB value is (214,200,26). Sum of RGB (Red+Green+Blue) = 214+200+26=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C81A is #2937E5. Grayscale: #B9B9B9. Windows color (decimal): -2701286 or 1755350. OLE color: 1755350.

HSL color Cylindrical-coordinate representation of color #D6C81A: hue angle of 55.53º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6C81A is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 200 26 -
CMYK 0 0.07 0.88 0.16
HSL 55.53º 0.78% 0.47% -
HSV(B) 55.53º 0.88% 0.84% -
XYZ 48.57 55.68 9.16 -
YUV 184.35 38.64 149.15 -
System Red Green Blue C M Y K H S L
Decimal 214 200 26 0 0.07 0.88 0.16 55.53 0.78 0.47
Hex D6 C8 1A 0 7 58 10 38 4E 2F
Octal 326 310 32 0 7 130 20 70 116 57
Binary 11010110 11001000 11010 0 111 1011000 10000 111000 1001110 101111

Color Harmonies of #D6C81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C81A

Black with #D6C81A

Text Example


Text Example

White with #D6C81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C81A; }

 p { color: rgb(214,200,26); }

 H1.HeaderClassName
 {
   color: #D6C81A;
 }
 .AnyTagClassName
 {
   color: #D6C81A;
 }
</style>

background-color css

<style>
 a { background-color: #D6C81A; }

 a { background-color: rgb(214,200,26); }

 div.DivClassName
 {
   background-color: #D6C81A;
 }
 .BgClassName
 {
   background-color: #D6C81A;
 }
</style>

border-color css

<style>
 span { border-color: #D6C81A; }

 span { border-color: rgb(214,200,26); }

 td.TdClassName
 {
   border-color: #D6C81A;
 }
 .TagClassName
 {
   border-color: #D6C81A;
 }
</style>