Html Css Color HEX #D4CC1A Barberry

📋 copy color: '#D4CC1A'

red 212 ◦ green 204 ◦ blue 26

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

Shades of Barberry #D4CC1A

Tints of Barberry #D4CC1A

RGB

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

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

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

R = 47.96%
G = 46.15%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4CC1A (or 0xD4CC1A) is known color: Barberry. HEX triplet: D4, CC and 1A. RGB value is (212,204,26). Sum of RGB (Red+Green+Blue) = 212+204+26=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 26 (10.55% from 255 or 5.88% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC1A is #2B33E5. Grayscale: #BABABA. Windows color (decimal): -2831334 or 1756372. OLE color: 1756372.

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

Color convert

RGB 212 204 26 -
CMYK 0 0.04 0.88 0.17
HSL 57.42º 0.78% 0.47% -
HSV(B) 57.42º 0.88% 0.83% -
XYZ 48.93 57.26 9.45 -
YUV 186.1 37.65 146.47 -
System Red Green Blue C M Y K H S L
Decimal 212 204 26 0 0.04 0.88 0.17 57.42 0.78 0.47
Hex D4 CC 1A 0 4 58 11 39 4E 2F
Octal 324 314 32 0 4 130 21 71 116 57
Binary 11010100 11001100 11010 0 100 1011000 10001 111001 1001110 101111

Color Harmonies of #D4CC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC1A

Black with #D4CC1A

Text Example


Text Example

White with #D4CC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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