Html Css Color HEX #DED02F Wattle

📋 copy color: '#DED02F'

red 222 ◦ green 208 ◦ blue 47

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

Shades of Wattle #DED02F

Tints of Wattle #DED02F

RGB

 RED value IS 222 (87.11% from 255) = 46.54%

 GREEN value IS 208 (81.64% from 255) = 43.61%

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

R = 46.54%
G = 43.61%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DED02F (or 0xDED02F) is known color: Wattle. HEX triplet: DE, D0 and 2F. RGB value is (222,208,47). Sum of RGB (Red+Green+Blue) = 222+208+47=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DED02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED02F is #212FD0. Grayscale: #C2C2C2. Windows color (decimal): -2174929 or 3133662. OLE color: 3133662.

HSL color Cylindrical-coordinate representation of color #DED02F: hue angle of 55.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DED02F is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 208 47 -
CMYK 0 0.06 0.79 0.13
HSL 55.2º 0.73% 0.53% -
HSV(B) 55.2º 0.79% 0.87% -
XYZ 53.19 60.85 11.63 -
YUV 193.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 222 208 47 0 0.06 0.79 0.13 55.2 0.73 0.53
Hex DE D0 2F 0 6 4F D 37 49 35
Octal 336 320 57 0 6 117 15 67 111 65
Binary 11011110 11010000 101111 0 110 1001111 1101 110111 1001001 110101

Color Harmonies of #DED02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED02F

Black with #DED02F

Text Example


Text Example

White with #DED02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED02F; }

 p { color: rgb(222,208,47); }

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

background-color css

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

 a { background-color: rgb(222,208,47); }

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

border-color css

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

 span { border-color: rgb(222,208,47); }

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