Html Css Color HEX #D0C221 Barberry

📋 copy color: '#D0C221'

red 208 ◦ green 194 ◦ blue 33

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

Shades of Barberry #D0C221

Tints of Barberry #D0C221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.59%

R = 47.82%
G = 44.6%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0C221 (or 0xD0C221) is known color: Barberry. HEX triplet: D0, C2 and 21. RGB value is (208,194,33). Sum of RGB (Red+Green+Blue) = 208+194+33=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C221 is #2F3DDE. Grayscale: #B4B4B4. Windows color (decimal): -3096031 or 2212560. OLE color: 2212560.

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

Color convert

RGB 208 194 33 -
CMYK 0 0.07 0.84 0.18
HSL 55.2º 0.73% 0.47% -
HSV(B) 55.2º 0.84% 0.82% -
XYZ 45.58 52.1 9.09 -
YUV 179.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 208 194 33 0 0.07 0.84 0.18 55.2 0.73 0.47
Hex D0 C2 21 0 7 54 12 37 49 2F
Octal 320 302 41 0 7 124 22 67 111 57
Binary 11010000 11000010 100001 0 111 1010100 10010 110111 1001001 101111

Color Harmonies of #D0C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C221

Black with #D0C221

Text Example


Text Example

White with #D0C221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C221; }

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

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

background-color css

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

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

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

border-color css

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

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

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