Html Css Color HEX #DCCC2C Barberry

📋 copy color: '#DCCC2C'

red 220 ◦ green 204 ◦ blue 44

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

Shades of Barberry #DCCC2C

Tints of Barberry #DCCC2C

RGB

 RED value IS 220 (86.33% from 255) = 47.01%

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

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

R = 47.01%
G = 43.59%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCCC2C (or 0xDCCC2C) is known color: Barberry. HEX triplet: DC, CC and 2C. RGB value is (220,204,44). Sum of RGB (Red+Green+Blue) = 220+204+44=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC2C is #2333D3. Grayscale: #BFBFBF. Windows color (decimal): -2307028 or 2936028. OLE color: 2936028.

HSL color Cylindrical-coordinate representation of color #DCCC2C: hue angle of 54.55º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCCC2C is Cyan = 0, Magento = 0.07, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 44 -
CMYK 0 0.07 0.8 0.14
HSL 54.55º 0.72% 0.52% -
HSV(B) 54.55º 0.8% 0.86% -
XYZ 51.56 58.58 10.97 -
YUV 190.54 45.3 149.01 -
System Red Green Blue C M Y K H S L
Decimal 220 204 44 0 0.07 0.8 0.14 54.55 0.72 0.52
Hex DC CC 2C 0 7 50 E 37 48 34
Octal 334 314 54 0 7 120 16 67 110 64
Binary 11011100 11001100 101100 0 111 1010000 1110 110111 1001000 110100

Color Harmonies of #DCCC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC2C

Black with #DCCC2C

Text Example


Text Example

White with #DCCC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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