Html Css Color HEX #DCC32C Barberry

📋 copy color: '#DCC32C'

red 220 ◦ green 195 ◦ blue 44

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

Shades of Barberry #DCC32C

Tints of Barberry #DCC32C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.48%

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

R = 47.93%
G = 42.48%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCC32C (or 0xDCC32C) is known color: Barberry. HEX triplet: DC, C3 and 2C. RGB value is (220,195,44). Sum of RGB (Red+Green+Blue) = 220+195+44=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC32C is #233CD3. Grayscale: #B9B9B9. Windows color (decimal): -2309332 or 2933724. OLE color: 2933724.

HSL color Cylindrical-coordinate representation of color #DCC32C: hue angle of 51.48º 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 #DCC32C is Cyan = 0, Magento = 0.11, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 44 -
CMYK 0 0.11 0.8 0.14
HSL 51.48º 0.72% 0.52% -
HSV(B) 51.48º 0.8% 0.86% -
XYZ 49.48 54.43 10.28 -
YUV 185.26 48.28 152.78 -
System Red Green Blue C M Y K H S L
Decimal 220 195 44 0 0.11 0.8 0.14 51.48 0.72 0.52
Hex DC C3 2C 0 B 50 E 33 48 34
Octal 334 303 54 0 13 120 16 63 110 64
Binary 11011100 11000011 101100 0 1011 1010000 1110 110011 1001000 110100

Color Harmonies of #DCC32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC32C

Black with #DCC32C

Text Example


Text Example

White with #DCC32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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