Html Css Color HEX #D0CC2C Barberry

📋 copy color: '#D0CC2C'

red 208 ◦ green 204 ◦ blue 44

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

Shades of Barberry #D0CC2C

Tints of Barberry #D0CC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.65%

R = 45.61%
G = 44.74%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0CC2C (or 0xD0CC2C) is known color: Barberry. HEX triplet: D0, CC and 2C. RGB value is (208,204,44). Sum of RGB (Red+Green+Blue) = 208+204+44=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC2C is #2F33D3. Grayscale: #BBBBBB. Windows color (decimal): -3093460 or 2936016. OLE color: 2936016.

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

Color convert

RGB 208 204 44 -
CMYK 0 0.02 0.79 0.18
HSL 58.54º 0.65% 0.49% -
HSV(B) 58.54º 0.79% 0.82% -
XYZ 48.06 56.78 10.81 -
YUV 186.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 208 204 44 0 0.02 0.79 0.18 58.54 0.65 0.49
Hex D0 CC 2C 0 2 4F 12 3B 41 31
Octal 320 314 54 0 2 117 22 73 101 61
Binary 11010000 11001100 101100 0 10 1001111 10010 111011 1000001 110001

Color Harmonies of #D0CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC2C

Black with #D0CC2C

Text Example


Text Example

White with #D0CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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