Html Css Color HEX #D0C220 Barberry

📋 copy color: '#D0C220'

red 208 ◦ green 194 ◦ blue 32

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

Shades of Barberry #D0C220

Tints of Barberry #D0C220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

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

R = 47.93%
G = 44.7%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0C220 (or 0xD0C220) is known color: Barberry. HEX triplet: D0, C2 and 20. RGB value is (208,194,32). Sum of RGB (Red+Green+Blue) = 208+194+32=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C220 is #2F3DDF. Grayscale: #B4B4B4. Windows color (decimal): -3096032 or 2147024. OLE color: 2147024.

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

Color convert

RGB 208 194 32 -
CMYK 0 0.07 0.85 0.18
HSL 55.23º 0.73% 0.47% -
HSV(B) 55.23º 0.85% 0.82% -
XYZ 45.56 52.1 9.02 -
YUV 179.72 44.64 148.17 -
System Red Green Blue C M Y K H S L
Decimal 208 194 32 0 0.07 0.85 0.18 55.23 0.73 0.47
Hex D0 C2 20 0 7 55 12 37 49 2F
Octal 320 302 40 0 7 125 22 67 111 57
Binary 11010000 11000010 100000 0 111 1010101 10010 110111 1001001 101111

Color Harmonies of #D0C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C220

Black with #D0C220

Text Example


Text Example

White with #D0C220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C220; }

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

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

background-color css

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

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

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

border-color css

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

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

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