Html Css Color HEX #D4C32C Barberry

📋 copy color: '#D4C32C'

red 212 ◦ green 195 ◦ blue 44

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

Shades of Barberry #D4C32C

Tints of Barberry #D4C32C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.24%

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

R = 47.01%
G = 43.24%
B = 9.76%

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

#D4C32C (or 0xD4C32C) is known color: Barberry. HEX triplet: D4, C3 and 2C. RGB value is (212,195,44). Sum of RGB (Red+Green+Blue) = 212+195+44=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 44 (17.58% from 255 or 9.76% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C32C is #2B3CD3. Grayscale: #B7B7B7. Windows color (decimal): -2833620 or 2933716. OLE color: 2933716.

HSL color Cylindrical-coordinate representation of color #D4C32C: hue angle of 53.93º 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 #D4C32C is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 195 44 -
CMYK 0 0.08 0.79 0.17
HSL 53.93º 0.66% 0.5% -
HSV(B) 53.93º 0.79% 0.83% -
XYZ 47.12 53.21 10.17 -
YUV 182.87 49.63 148.78 -
System Red Green Blue C M Y K H S L
Decimal 212 195 44 0 0.08 0.79 0.17 53.93 0.66 0.5
Hex D4 C3 2C 0 8 4F 11 36 42 32
Octal 324 303 54 0 10 117 21 66 102 62
Binary 11010100 11000011 101100 0 1000 1001111 10001 110110 1000010 110010

Color Harmonies of #D4C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C32C

Black with #D4C32C

Text Example


Text Example

White with #D4C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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