Html Css Color HEX #DDCE2F Wattle

📋 copy color: '#DDCE2F'

red 221 ◦ green 206 ◦ blue 47

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

Shades of Wattle #DDCE2F

Tints of Wattle #DDCE2F

RGB

 RED value IS 221 (86.72% from 255) = 46.62%

 GREEN value IS 206 (80.86% from 255) = 43.46%

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

R = 46.62%
G = 43.46%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDCE2F (or 0xDDCE2F) is known color: Wattle. HEX triplet: DD, CE and 2F. RGB value is (221,206,47). Sum of RGB (Red+Green+Blue) = 221+206+47=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE2F is #2231D0. Grayscale: #C1C1C1. Windows color (decimal): -2240977 or 3133149. OLE color: 3133149.

HSL color Cylindrical-coordinate representation of color #DDCE2F: hue angle of 54.83º degrees, saturation: 0.72, 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 #DDCE2F is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 206 47 -
CMYK 0 0.07 0.79 0.13
HSL 54.83º 0.72% 0.53% -
HSV(B) 54.83º 0.79% 0.87% -
XYZ 52.4 59.72 11.45 -
YUV 192.36 45.97 148.43 -
System Red Green Blue C M Y K H S L
Decimal 221 206 47 0 0.07 0.79 0.13 54.83 0.72 0.53
Hex DD CE 2F 0 7 4F D 37 48 35
Octal 335 316 57 0 7 117 15 67 110 65
Binary 11011101 11001110 101111 0 111 1001111 1101 110111 1001000 110101

Color Harmonies of #DDCE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE2F

Black with #DDCE2F

Text Example


Text Example

White with #DDCE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE2F; }

 p { color: rgb(221,206,47); }

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

background-color css

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

 a { background-color: rgb(221,206,47); }

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

border-color css

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

 span { border-color: rgb(221,206,47); }

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