Html Css Color HEX #DCC835 Wattle

📋 copy color: '#DCC835'

red 220 ◦ green 200 ◦ blue 53

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

Shades of Wattle #DCC835

Tints of Wattle #DCC835

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.28%

 BLUE value IS 53 (21.09% from 255) = 11.21%

R = 46.51%
G = 42.28%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCC835 (or 0xDCC835) is known color: Wattle. HEX triplet: DC, C8 and 35. RGB value is (220,200,53). Sum of RGB (Red+Green+Blue) = 220+200+53=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC835 is #2337CA. Grayscale: #BDBDBD. Windows color (decimal): -2308043 or 3524828. OLE color: 3524828.

HSL color Cylindrical-coordinate representation of color #DCC835: hue angle of 52.81º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCC835 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 53 -
CMYK 0 0.09 0.76 0.14
HSL 52.81º 0.7% 0.54% -
HSV(B) 52.81º 0.76% 0.86% -
XYZ 50.81 56.78 11.65 -
YUV 189.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 220 200 53 0 0.09 0.76 0.14 52.81 0.7 0.54
Hex DC C8 35 0 9 4C E 35 46 36
Octal 334 310 65 0 11 114 16 65 106 66
Binary 11011100 11001000 110101 0 1001 1001100 1110 110101 1000110 110110

Color Harmonies of #DCC835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC835

Black with #DCC835

Text Example


Text Example

White with #DCC835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC835; }

 p { color: rgb(220,200,53); }

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

background-color css

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

 a { background-color: rgb(220,200,53); }

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

border-color css

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

 span { border-color: rgb(220,200,53); }

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