Html Css Color HEX #DDCF32 Wattle

📋 copy color: '#DDCF32'

red 221 ◦ green 207 ◦ blue 50

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

Shades of Wattle #DDCF32

Tints of Wattle #DDCF32

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.31%

 BLUE value IS 50 (19.92% from 255) = 10.46%

R = 46.23%
G = 43.31%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDCF32 (or 0xDDCF32) is known color: Wattle. HEX triplet: DD, CF and 32. RGB value is (221,207,50). Sum of RGB (Red+Green+Blue) = 221+207+50=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF32 is #2230CD. Grayscale: #C1C1C1. Windows color (decimal): -2240718 or 3330013. OLE color: 3330013.

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

Color convert

RGB 221 207 50 -
CMYK 0 0.06 0.77 0.13
HSL 55.09º 0.72% 0.53% -
HSV(B) 55.09º 0.77% 0.87% -
XYZ 52.71 60.23 11.86 -
YUV 193.29 47.14 147.77 -
System Red Green Blue C M Y K H S L
Decimal 221 207 50 0 0.06 0.77 0.13 55.09 0.72 0.53
Hex DD CF 32 0 6 4D D 37 48 35
Octal 335 317 62 0 6 115 15 67 110 65
Binary 11011101 11001111 110010 0 110 1001101 1101 110111 1001000 110101

Color Harmonies of #DDCF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF32

Black with #DDCF32

Text Example


Text Example

White with #DDCF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF32; }

 p { color: rgb(221,207,50); }

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

background-color css

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

 a { background-color: rgb(221,207,50); }

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

border-color css

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

 span { border-color: rgb(221,207,50); }

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