Html Css Color HEX #D9CF20 Barberry

📋 copy color: '#D9CF20'

red 217 ◦ green 207 ◦ blue 32

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

Shades of Barberry #D9CF20

Tints of Barberry #D9CF20

RGB

 RED value IS 217 (85.16% from 255) = 47.59%

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

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

R = 47.59%
G = 45.39%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D9CF20 (or 0xD9CF20) is known color: Barberry. HEX triplet: D9, CF and 20. RGB value is (217,207,32). Sum of RGB (Red+Green+Blue) = 217+207+32=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF20 is #2630DF. Grayscale: #BEBEBE. Windows color (decimal): -2502880 or 2150361. OLE color: 2150361.

HSL color Cylindrical-coordinate representation of color #D9CF20: hue angle of 56.76º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9CF20 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 207 32 -
CMYK 0 0.05 0.85 0.15
HSL 56.76º 0.74% 0.49% -
HSV(B) 56.76º 0.85% 0.85% -
XYZ 51.19 59.48 10.15 -
YUV 190.04 38.81 147.23 -
System Red Green Blue C M Y K H S L
Decimal 217 207 32 0 0.05 0.85 0.15 56.76 0.74 0.49
Hex D9 CF 20 0 5 55 F 39 4A 31
Octal 331 317 40 0 5 125 17 71 112 61
Binary 11011001 11001111 100000 0 101 1010101 1111 111001 1001010 110001

Color Harmonies of #D9CF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF20

Black with #D9CF20

Text Example


Text Example

White with #D9CF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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