Html Css Color HEX #D0CC22 Barberry

📋 copy color: '#D0CC22'

red 208 ◦ green 204 ◦ blue 34

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

Shades of Barberry #D0CC22

Tints of Barberry #D0CC22

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.74%

 BLUE value IS 34 (13.67% from 255) = 7.62%

R = 46.64%
G = 45.74%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0CC22 (or 0xD0CC22) is known color: Barberry. HEX triplet: D0, CC and 22. RGB value is (208,204,34). Sum of RGB (Red+Green+Blue) = 208+204+34=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC22 is #2F33DD. Grayscale: #BABABA. Windows color (decimal): -3093470 or 2280656. OLE color: 2280656.

HSL color Cylindrical-coordinate representation of color #D0CC22: hue angle of 58.62º degrees, saturation: 0.72, 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 #D0CC22 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 204 34 -
CMYK 0 0.02 0.84 0.18
HSL 58.62º 0.72% 0.47% -
HSV(B) 58.62º 0.84% 0.82% -
XYZ 47.89 56.71 9.94 -
YUV 185.82 42.33 143.82 -
System Red Green Blue C M Y K H S L
Decimal 208 204 34 0 0.02 0.84 0.18 58.62 0.72 0.47
Hex D0 CC 22 0 2 54 12 3B 48 2F
Octal 320 314 42 0 2 124 22 73 110 57
Binary 11010000 11001100 100010 0 10 1010100 10010 111011 1001000 101111

Color Harmonies of #D0CC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC22

Black with #D0CC22

Text Example


Text Example

White with #D0CC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC22; }

 p { color: rgb(208,204,34); }

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

background-color css

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

 a { background-color: rgb(208,204,34); }

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

border-color css

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

 span { border-color: rgb(208,204,34); }

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