Html Css Color HEX #DCC236 Wattle

📋 copy color: '#DCC236'

red 220 ◦ green 194 ◦ blue 54

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

Shades of Wattle #DCC236

Tints of Wattle #DCC236

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.45%

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

R = 47.01%
G = 41.45%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCC236 (or 0xDCC236) is known color: Wattle. HEX triplet: DC, C2 and 36. RGB value is (220,194,54). Sum of RGB (Red+Green+Blue) = 220+194+54=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC236 is #233DC9. Grayscale: #BABABA. Windows color (decimal): -2309578 or 3588828. OLE color: 3588828.

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

Color convert

RGB 220 194 54 -
CMYK 0 0.12 0.75 0.14
HSL 50.6º 0.7% 0.54% -
HSV(B) 50.6º 0.75% 0.86% -
XYZ 49.47 54.07 11.32 -
YUV 185.81 53.61 152.38 -
System Red Green Blue C M Y K H S L
Decimal 220 194 54 0 0.12 0.75 0.14 50.6 0.7 0.54
Hex DC C2 36 0 C 4B E 33 46 36
Octal 334 302 66 0 14 113 16 63 106 66
Binary 11011100 11000010 110110 0 1100 1001011 1110 110011 1000110 110110

Color Harmonies of #DCC236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC236

Black with #DCC236

Text Example


Text Example

White with #DCC236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC236; }

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

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

background-color css

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

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

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

border-color css

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

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

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