Html Css Color HEX #D0CB22 Barberry

📋 copy color: '#D0CB22'

red 208 ◦ green 203 ◦ blue 34

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

Shades of Barberry #D0CB22

Tints of Barberry #D0CB22

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.62%

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

R = 46.74%
G = 45.62%
B = 7.64%

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

#D0CB22 (or 0xD0CB22) is known color: Barberry. HEX triplet: D0, CB and 22. RGB value is (208,203,34). Sum of RGB (Red+Green+Blue) = 208+203+34=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB22 is #2F34DD. Grayscale: #B9B9B9. Windows color (decimal): -3093726 or 2280400. OLE color: 2280400.

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

Color convert

RGB 208 203 34 -
CMYK 0 0.02 0.84 0.18
HSL 58.28º 0.72% 0.47% -
HSV(B) 58.28º 0.84% 0.82% -
XYZ 47.66 56.24 9.86 -
YUV 185.23 42.66 144.24 -
System Red Green Blue C M Y K H S L
Decimal 208 203 34 0 0.02 0.84 0.18 58.28 0.72 0.47
Hex D0 CB 22 0 2 54 12 3A 48 2F
Octal 320 313 42 0 2 124 22 72 110 57
Binary 11010000 11001011 100010 0 10 1010100 10010 111010 1001000 101111

Color Harmonies of #D0CB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB22

Black with #D0CB22

Text Example


Text Example

White with #D0CB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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