Html Css Color HEX #DCC336 Wattle

📋 copy color: '#DCC336'

red 220 ◦ green 195 ◦ blue 54

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

Shades of Wattle #DCC336

Tints of Wattle #DCC336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.51%

R = 46.91%
G = 41.58%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCC336 (or 0xDCC336) is known color: Wattle. HEX triplet: DC, C3 and 36. RGB value is (220,195,54). Sum of RGB (Red+Green+Blue) = 220+195+54=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC336 is #233CC9. Grayscale: #BABABA. Windows color (decimal): -2309322 or 3589084. OLE color: 3589084.

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

Color convert

RGB 220 195 54 -
CMYK 0 0.11 0.75 0.14
HSL 50.96º 0.7% 0.54% -
HSV(B) 50.96º 0.75% 0.86% -
XYZ 49.7 54.51 11.39 -
YUV 186.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 220 195 54 0 0.11 0.75 0.14 50.96 0.7 0.54
Hex DC C3 36 0 B 4B E 33 46 36
Octal 334 303 66 0 13 113 16 63 106 66
Binary 11011100 11000011 110110 0 1011 1001011 1110 110011 1000110 110110

Color Harmonies of #DCC336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC336

Black with #DCC336

Text Example


Text Example

White with #DCC336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC336; }

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

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

background-color css

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

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

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

border-color css

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

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

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