Html Css Color HEX #D0C820 Barberry

📋 copy color: '#D0C820'

red 208 ◦ green 200 ◦ blue 32

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

Shades of Barberry #D0C820

Tints of Barberry #D0C820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.45%

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

R = 47.27%
G = 45.45%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0C820 (or 0xD0C820) is known color: Barberry. HEX triplet: D0, C8 and 20. RGB value is (208,200,32). Sum of RGB (Red+Green+Blue) = 208+200+32=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C820 is #2F37DF. Grayscale: #B7B7B7. Windows color (decimal): -3094496 or 2148560. OLE color: 2148560.

HSL color Cylindrical-coordinate representation of color #D0C820: hue angle of 57.27º 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 #D0C820 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 200 32 -
CMYK 0 0.04 0.85 0.18
HSL 57.27º 0.73% 0.47% -
HSV(B) 57.27º 0.85% 0.82% -
XYZ 46.93 54.82 9.48 -
YUV 183.24 42.65 145.66 -
System Red Green Blue C M Y K H S L
Decimal 208 200 32 0 0.04 0.85 0.18 57.27 0.73 0.47
Hex D0 C8 20 0 4 55 12 39 49 2F
Octal 320 310 40 0 4 125 22 71 111 57
Binary 11010000 11001000 100000 0 100 1010101 10010 111001 1001001 101111

Color Harmonies of #D0C820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C820

Black with #D0C820

Text Example


Text Example

White with #D0C820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C820; }

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

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

background-color css

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

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

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

border-color css

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

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

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