Html Css Color HEX #DCC436 Wattle

📋 copy color: '#DCC436'

red 220 ◦ green 196 ◦ blue 54

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

Shades of Wattle #DCC436

Tints of Wattle #DCC436

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.7%

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

R = 46.81%
G = 41.7%
B = 11.49%

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

#DCC436 (or 0xDCC436) is known color: Wattle. HEX triplet: DC, C4 and 36. RGB value is (220,196,54). Sum of RGB (Red+Green+Blue) = 220+196+54=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC436 is #233BC9. Grayscale: #BBBBBB. Windows color (decimal): -2309066 or 3589340. OLE color: 3589340.

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

Color convert

RGB 220 196 54 -
CMYK 0 0.11 0.75 0.14
HSL 51.33º 0.7% 0.54% -
HSV(B) 51.33º 0.75% 0.86% -
XYZ 49.92 54.96 11.47 -
YUV 186.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 220 196 54 0 0.11 0.75 0.14 51.33 0.7 0.54
Hex DC C4 36 0 B 4B E 33 46 36
Octal 334 304 66 0 13 113 16 63 106 66
Binary 11011100 11000100 110110 0 1011 1001011 1110 110011 1000110 110110

Color Harmonies of #DCC436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC436

Black with #DCC436

Text Example


Text Example

White with #DCC436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC436; }

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

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

background-color css

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

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

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

border-color css

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

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

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