Html Css Color HEX #DCC32F Wattle

📋 copy color: '#DCC32F'

red 220 ◦ green 195 ◦ blue 47

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

Shades of Wattle #DCC32F

Tints of Wattle #DCC32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.17%

R = 47.62%
G = 42.21%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCC32F (or 0xDCC32F) is known color: Wattle. HEX triplet: DC, C3 and 2F. RGB value is (220,195,47). Sum of RGB (Red+Green+Blue) = 220+195+47=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC32F is #233CD0. Grayscale: #BABABA. Windows color (decimal): -2309329 or 3130332. OLE color: 3130332.

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

Color convert

RGB 220 195 47 -
CMYK 0 0.11 0.79 0.14
HSL 51.33º 0.71% 0.52% -
HSV(B) 51.33º 0.79% 0.86% -
XYZ 49.54 54.45 10.59 -
YUV 185.6 49.78 152.53 -
System Red Green Blue C M Y K H S L
Decimal 220 195 47 0 0.11 0.79 0.14 51.33 0.71 0.52
Hex DC C3 2F 0 B 4F E 33 47 34
Octal 334 303 57 0 13 117 16 63 107 64
Binary 11011100 11000011 101111 0 1011 1001111 1110 110011 1000111 110100

Color Harmonies of #DCC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC32F

Black with #DCC32F

Text Example


Text Example

White with #DCC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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