Html Css Color HEX #DCC433 Wattle

📋 copy color: '#DCC433'

red 220 ◦ green 196 ◦ blue 51

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

Shades of Wattle #DCC433

Tints of Wattle #DCC433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.92%

R = 47.11%
G = 41.97%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCC433 (or 0xDCC433) is known color: Wattle. HEX triplet: DC, C4 and 33. RGB value is (220,196,51). Sum of RGB (Red+Green+Blue) = 220+196+51=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC433 is #233BCC. Grayscale: #BBBBBB. Windows color (decimal): -2309069 or 3392732. OLE color: 3392732.

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

Color convert

RGB 220 196 51 -
CMYK 0 0.11 0.77 0.14
HSL 51.48º 0.71% 0.53% -
HSV(B) 51.48º 0.77% 0.86% -
XYZ 49.85 54.93 11.11 -
YUV 186.65 51.45 151.79 -
System Red Green Blue C M Y K H S L
Decimal 220 196 51 0 0.11 0.77 0.14 51.48 0.71 0.53
Hex DC C4 33 0 B 4D E 33 47 35
Octal 334 304 63 0 13 115 16 63 107 65
Binary 11011100 11000100 110011 0 1011 1001101 1110 110011 1000111 110101

Color Harmonies of #DCC433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC433

Black with #DCC433

Text Example


Text Example

White with #DCC433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC433; }

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

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

background-color css

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

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

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

border-color css

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

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

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