Html Css Color HEX #D0CC16 Barberry

📋 copy color: '#D0CC16'

red 208 ◦ green 204 ◦ blue 22

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

Shades of Barberry #D0CC16

Tints of Barberry #D0CC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.07%

R = 47.93%
G = 47%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D0CC16 (or 0xD0CC16) is known color: Barberry. HEX triplet: D0, CC and 16. RGB value is (208,204,22). Sum of RGB (Red+Green+Blue) = 208+204+22=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CC16 is #2F33E9. Grayscale: #B9B9B9. Windows color (decimal): -3093482 or 1494224. OLE color: 1494224.

HSL color Cylindrical-coordinate representation of color #D0CC16: hue angle of 58.71º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0CC16 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 204 22 -
CMYK 0 0.02 0.89 0.18
HSL 58.71º 0.81% 0.45% -
HSV(B) 58.71º 0.89% 0.82% -
XYZ 47.75 56.65 9.18 -
YUV 184.45 36.33 144.8 -
System Red Green Blue C M Y K H S L
Decimal 208 204 22 0 0.02 0.89 0.18 58.71 0.81 0.45
Hex D0 CC 16 0 2 59 12 3B 51 2D
Octal 320 314 26 0 2 131 22 73 121 55
Binary 11010000 11001100 10110 0 10 1011001 10010 111011 1010001 101101

Color Harmonies of #D0CC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC16

Black with #D0CC16

Text Example


Text Example

White with #D0CC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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