Html Css Color HEX #DDCF2E Wattle

📋 copy color: '#DDCF2E'

red 221 ◦ green 207 ◦ blue 46

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

Shades of Wattle #DDCF2E

Tints of Wattle #DDCF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.7%

R = 46.62%
G = 43.67%
B = 9.7%

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

#DDCF2E (or 0xDDCF2E) is known color: Wattle. HEX triplet: DD, CF and 2E. RGB value is (221,207,46). Sum of RGB (Red+Green+Blue) = 221+207+46=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF2E is #2230D1. Grayscale: #C1C1C1. Windows color (decimal): -2240722 or 3067869. OLE color: 3067869.

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

Color convert

RGB 221 207 46 -
CMYK 0 0.06 0.79 0.13
HSL 55.2º 0.72% 0.52% -
HSV(B) 55.2º 0.79% 0.87% -
XYZ 52.62 60.2 11.43 -
YUV 192.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 221 207 46 0 0.06 0.79 0.13 55.2 0.72 0.52
Hex DD CF 2E 0 6 4F D 37 48 34
Octal 335 317 56 0 6 117 15 67 110 64
Binary 11011101 11001111 101110 0 110 1001111 1101 110111 1001000 110100

Color Harmonies of #DDCF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF2E

Black with #DDCF2E

Text Example


Text Example

White with #DDCF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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