Html Css Color HEX #D4CC1E Barberry

📋 copy color: '#D4CC1E'

red 212 ◦ green 204 ◦ blue 30

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

Shades of Barberry #D4CC1E

Tints of Barberry #D4CC1E

RGB

 RED value IS 212 (83.2% from 255) = 47.53%

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

 BLUE value IS 30 (12.11% from 255) = 6.73%

R = 47.53%
G = 45.74%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4CC1E (or 0xD4CC1E) is known color: Barberry. HEX triplet: D4, CC and 1E. RGB value is (212,204,30). Sum of RGB (Red+Green+Blue) = 212+204+30=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC1E is #2B33E1. Grayscale: #BBBBBB. Windows color (decimal): -2831330 or 2018516. OLE color: 2018516.

HSL color Cylindrical-coordinate representation of color #D4CC1E: hue angle of 57.36º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4CC1E is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 30 -
CMYK 0 0.04 0.86 0.17
HSL 57.36º 0.75% 0.47% -
HSV(B) 57.36º 0.86% 0.83% -
XYZ 48.98 57.28 9.7 -
YUV 186.56 39.65 146.15 -
System Red Green Blue C M Y K H S L
Decimal 212 204 30 0 0.04 0.86 0.17 57.36 0.75 0.47
Hex D4 CC 1E 0 4 56 11 39 4B 2F
Octal 324 314 36 0 4 126 21 71 113 57
Binary 11010100 11001100 11110 0 100 1010110 10001 111001 1001011 101111

Color Harmonies of #D4CC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC1E

Black with #D4CC1E

Text Example


Text Example

White with #D4CC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC1E; }

 p { color: rgb(212,204,30); }

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

background-color css

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

 a { background-color: rgb(212,204,30); }

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

border-color css

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

 span { border-color: rgb(212,204,30); }

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