Html Css Color HEX #DCC22F Wattle

📋 copy color: '#DCC22F'

red 220 ◦ green 194 ◦ blue 47

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

Shades of Wattle #DCC22F

Tints of Wattle #DCC22F

RGB

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

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

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

R = 47.72%
G = 42.08%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCC22F (or 0xDCC22F) is known color: Wattle. HEX triplet: DC, C2 and 2F. RGB value is (220,194,47). Sum of RGB (Red+Green+Blue) = 220+194+47=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC22F is #233DD0. Grayscale: #B9B9B9. Windows color (decimal): -2309585 or 3130076. OLE color: 3130076.

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

Color convert

RGB 220 194 47 -
CMYK 0 0.12 0.79 0.14
HSL 50.98º 0.71% 0.52% -
HSV(B) 50.98º 0.79% 0.86% -
XYZ 49.32 54 10.51 -
YUV 185.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 220 194 47 0 0.12 0.79 0.14 50.98 0.71 0.52
Hex DC C2 2F 0 C 4F E 33 47 34
Octal 334 302 57 0 14 117 16 63 107 64
Binary 11011100 11000010 101111 0 1100 1001111 1110 110011 1000111 110100

Color Harmonies of #DCC22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC22F

Black with #DCC22F

Text Example


Text Example

White with #DCC22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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