Html Css Color HEX #D0CF20 Barberry

📋 copy color: '#D0CF20'

red 208 ◦ green 207 ◦ blue 32

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

Shades of Barberry #D0CF20

Tints of Barberry #D0CF20

RGB

 RED value IS 208 (81.64% from 255) = 46.53%

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

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

R = 46.53%
G = 46.31%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0CF20 (or 0xD0CF20) is known color: Barberry. HEX triplet: D0, CF and 20. RGB value is (208,207,32). Sum of RGB (Red+Green+Blue) = 208+207+32=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CF20 is #2F30DF. Grayscale: #BCBCBC. Windows color (decimal): -3092704 or 2150352. OLE color: 2150352.

HSL color Cylindrical-coordinate representation of color #D0CF20: hue angle of 59.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0CF20 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 207 32 -
CMYK 0 0.00 0.85 0.18
HSL 59.66º 0.73% 0.47% -
HSV(B) 59.66º 0.85% 0.82% -
XYZ 48.59 58.14 10.03 -
YUV 187.35 40.33 142.73 -
System Red Green Blue C M Y K H S L
Decimal 208 207 32 0 0.00 0.85 0.18 59.66 0.73 0.47
Hex D0 CF 20 0 0 55 12 3C 49 2F
Octal 320 317 40 0 0 125 22 74 111 57
Binary 11010000 11001111 100000 0 0 1010101 10010 111100 1001001 101111

Color Harmonies of #D0CF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF20

Black with #D0CF20

Text Example


Text Example

White with #D0CF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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