Html Css Color HEX #D4CF20 Barberry

📋 copy color: '#D4CF20'

red 212 ◦ green 207 ◦ blue 32

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

Shades of Barberry #D4CF20

Tints of Barberry #D4CF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.9%

 BLUE value IS 32 (12.89% from 255) = 7.1%

R = 47.01%
G = 45.9%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4CF20 (or 0xD4CF20) is known color: Barberry. HEX triplet: D4, CF and 20. RGB value is (212,207,32). Sum of RGB (Red+Green+Blue) = 212+207+32=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CF20 is #2B30DF. Grayscale: #BDBDBD. Windows color (decimal): -2830560 or 2150356. OLE color: 2150356.

HSL color Cylindrical-coordinate representation of color #D4CF20: hue angle of 58.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4CF20 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 207 32 -
CMYK 0 0.02 0.85 0.17
HSL 58.33º 0.74% 0.48% -
HSV(B) 58.33º 0.85% 0.83% -
XYZ 49.72 58.73 10.08 -
YUV 188.55 39.66 144.73 -
System Red Green Blue C M Y K H S L
Decimal 212 207 32 0 0.02 0.85 0.17 58.33 0.74 0.48
Hex D4 CF 20 0 2 55 11 3A 4A 30
Octal 324 317 40 0 2 125 21 72 112 60
Binary 11010100 11001111 100000 0 10 1010101 10001 111010 1001010 110000

Color Harmonies of #D4CF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CF20

Black with #D4CF20

Text Example


Text Example

White with #D4CF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CF20; }

 p { color: rgb(212,207,32); }

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

background-color css

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

 a { background-color: rgb(212,207,32); }

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

border-color css

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

 span { border-color: rgb(212,207,32); }

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