Html Css Color HEX #D4C42C Barberry

📋 copy color: '#D4C42C'

red 212 ◦ green 196 ◦ blue 44

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

Shades of Barberry #D4C42C

Tints of Barberry #D4C42C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.36%

 BLUE value IS 44 (17.58% from 255) = 9.73%

R = 46.9%
G = 43.36%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4C42C (or 0xD4C42C) is known color: Barberry. HEX triplet: D4, C4 and 2C. RGB value is (212,196,44). Sum of RGB (Red+Green+Blue) = 212+196+44=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C42C is #2B3BD3. Grayscale: #B8B8B8. Windows color (decimal): -2833364 or 2933972. OLE color: 2933972.

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

Color convert

RGB 212 196 44 -
CMYK 0 0.08 0.79 0.17
HSL 54.29º 0.66% 0.5% -
HSV(B) 54.29º 0.79% 0.83% -
XYZ 47.35 53.66 10.24 -
YUV 183.46 49.3 148.36 -
System Red Green Blue C M Y K H S L
Decimal 212 196 44 0 0.08 0.79 0.17 54.29 0.66 0.5
Hex D4 C4 2C 0 8 4F 11 36 42 32
Octal 324 304 54 0 10 117 21 66 102 62
Binary 11010100 11000100 101100 0 1000 1001111 10001 110110 1000010 110010

Color Harmonies of #D4C42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C42C

Black with #D4C42C

Text Example


Text Example

White with #D4C42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C42C; }

 p { color: rgb(212,196,44); }

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

background-color css

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

 a { background-color: rgb(212,196,44); }

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

border-color css

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

 span { border-color: rgb(212,196,44); }

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