Html Css Color HEX #DCC32A Barberry

📋 copy color: '#DCC32A'

red 220 ◦ green 195 ◦ blue 42

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

Shades of Barberry #DCC32A

Tints of Barberry #DCC32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.19%

R = 48.14%
G = 42.67%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCC32A (or 0xDCC32A) is known color: Barberry. HEX triplet: DC, C3 and 2A. RGB value is (220,195,42). Sum of RGB (Red+Green+Blue) = 220+195+42=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC32A is #233CD5. Grayscale: #B9B9B9. Windows color (decimal): -2309334 or 2802652. OLE color: 2802652.

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

Color convert

RGB 220 195 42 -
CMYK 0 0.11 0.81 0.14
HSL 51.57º 0.72% 0.51% -
HSV(B) 51.57º 0.81% 0.86% -
XYZ 49.45 54.41 10.09 -
YUV 185.03 47.28 152.94 -
System Red Green Blue C M Y K H S L
Decimal 220 195 42 0 0.11 0.81 0.14 51.57 0.72 0.51
Hex DC C3 2A 0 B 51 E 34 48 33
Octal 334 303 52 0 13 121 16 64 110 63
Binary 11011100 11000011 101010 0 1011 1010001 1110 110100 1001000 110011

Color Harmonies of #DCC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC32A

Black with #DCC32A

Text Example


Text Example

White with #DCC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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