Html Css Color HEX #D6CC1A Barberry

📋 copy color: '#D6CC1A'

red 214 ◦ green 204 ◦ blue 26

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

Shades of Barberry #D6CC1A

Tints of Barberry #D6CC1A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.95%

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

R = 48.2%
G = 45.95%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6CC1A (or 0xD6CC1A) is known color: Barberry. HEX triplet: D6, CC and 1A. RGB value is (214,204,26). Sum of RGB (Red+Green+Blue) = 214+204+26=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC1A is #2933E5. Grayscale: #BBBBBB. Windows color (decimal): -2700262 or 1756374. OLE color: 1756374.

HSL color Cylindrical-coordinate representation of color #D6CC1A: hue angle of 56.81º 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 #D6CC1A is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 26 -
CMYK 0 0.05 0.88 0.16
HSL 56.81º 0.78% 0.47% -
HSV(B) 56.81º 0.88% 0.84% -
XYZ 49.51 57.56 9.48 -
YUV 186.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 214 204 26 0 0.05 0.88 0.16 56.81 0.78 0.47
Hex D6 CC 1A 0 5 58 10 39 4E 2F
Octal 326 314 32 0 5 130 20 71 116 57
Binary 11010110 11001100 11010 0 101 1011000 10000 111001 1001110 101111

Color Harmonies of #D6CC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC1A

Black with #D6CC1A

Text Example


Text Example

White with #D6CC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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