Html Css Color HEX #DCC434 Wattle

📋 copy color: '#DCC434'

red 220 ◦ green 196 ◦ blue 52

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

Shades of Wattle #DCC434

Tints of Wattle #DCC434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.11%

R = 47.01%
G = 41.88%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCC434 (or 0xDCC434) is known color: Wattle. HEX triplet: DC, C4 and 34. RGB value is (220,196,52). Sum of RGB (Red+Green+Blue) = 220+196+52=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC434 is #233BCB. Grayscale: #BBBBBB. Windows color (decimal): -2309068 or 3458268. OLE color: 3458268.

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

Color convert

RGB 220 196 52 -
CMYK 0 0.11 0.76 0.14
HSL 51.43º 0.71% 0.53% -
HSV(B) 51.43º 0.76% 0.86% -
XYZ 49.87 54.94 11.23 -
YUV 186.76 51.95 151.71 -
System Red Green Blue C M Y K H S L
Decimal 220 196 52 0 0.11 0.76 0.14 51.43 0.71 0.53
Hex DC C4 34 0 B 4C E 33 47 35
Octal 334 304 64 0 13 114 16 63 107 65
Binary 11011100 11000100 110100 0 1011 1001100 1110 110011 1000111 110101

Color Harmonies of #DCC434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC434

Black with #DCC434

Text Example


Text Example

White with #DCC434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC434; }

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

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

background-color css

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

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

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

border-color css

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

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

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