Html Css Color HEX #D4CC19 Barberry

📋 copy color: '#D4CC19'

red 212 ◦ green 204 ◦ blue 25

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

Shades of Barberry #D4CC19

Tints of Barberry #D4CC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.67%

R = 48.07%
G = 46.26%
B = 5.67%

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

#D4CC19 (or 0xD4CC19) is known color: Barberry. HEX triplet: D4, CC and 19. RGB value is (212,204,25). Sum of RGB (Red+Green+Blue) = 212+204+25=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CC19 is #2B33E6. Grayscale: #BABABA. Windows color (decimal): -2831335 or 1690836. OLE color: 1690836.

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

Color convert

RGB 212 204 25 -
CMYK 0 0.04 0.88 0.17
HSL 57.43º 0.79% 0.46% -
HSV(B) 57.43º 0.88% 0.83% -
XYZ 48.92 57.25 9.39 -
YUV 185.99 37.15 146.55 -
System Red Green Blue C M Y K H S L
Decimal 212 204 25 0 0.04 0.88 0.17 57.43 0.79 0.46
Hex D4 CC 19 0 4 58 11 39 4F 2E
Octal 324 314 31 0 4 130 21 71 117 56
Binary 11010100 11001100 11001 0 100 1011000 10001 111001 1001111 101110

Color Harmonies of #D4CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC19

Black with #D4CC19

Text Example


Text Example

White with #D4CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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