Html Css Color HEX #D6CC1C Barberry

📋 copy color: '#D6CC1C'

red 214 ◦ green 204 ◦ blue 28

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

Shades of Barberry #D6CC1C

Tints of Barberry #D6CC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.28%

R = 47.98%
G = 45.74%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6CC1C (or 0xD6CC1C) is known color: Barberry. HEX triplet: D6, CC and 1C. RGB value is (214,204,28). Sum of RGB (Red+Green+Blue) = 214+204+28=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC1C is #2933E3. Grayscale: #BBBBBB. Windows color (decimal): -2700260 or 1887446. OLE color: 1887446.

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

Color convert

RGB 214 204 28 -
CMYK 0 0.05 0.87 0.16
HSL 56.77º 0.77% 0.47% -
HSV(B) 56.77º 0.87% 0.84% -
XYZ 49.53 57.57 9.6 -
YUV 186.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 214 204 28 0 0.05 0.87 0.16 56.77 0.77 0.47
Hex D6 CC 1C 0 5 57 10 39 4D 2F
Octal 326 314 34 0 5 127 20 71 115 57
Binary 11010110 11001100 11100 0 101 1010111 10000 111001 1001101 101111

Color Harmonies of #D6CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC1C

Black with #D6CC1C

Text Example


Text Example

White with #D6CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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