Html Css Color HEX #DDCF2D Wattle

📋 copy color: '#DDCF2D'

red 221 ◦ green 207 ◦ blue 45

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

Shades of Wattle #DDCF2D

Tints of Wattle #DDCF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.51%

R = 46.72%
G = 43.76%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDCF2D (or 0xDDCF2D) is known color: Wattle. HEX triplet: DD, CF and 2D. RGB value is (221,207,45). Sum of RGB (Red+Green+Blue) = 221+207+45=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF2D is #2230D2. Grayscale: #C1C1C1. Windows color (decimal): -2240723 or 3002333. OLE color: 3002333.

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

Color convert

RGB 221 207 45 -
CMYK 0 0.06 0.80 0.13
HSL 55.23º 0.72% 0.52% -
HSV(B) 55.23º 0.8% 0.87% -
XYZ 52.61 60.19 11.33 -
YUV 192.72 44.64 148.17 -
System Red Green Blue C M Y K H S L
Decimal 221 207 45 0 0.06 0.80 0.13 55.23 0.72 0.52
Hex DD CF 2D 0 6 50 D 37 48 34
Octal 335 317 55 0 6 120 15 67 110 64
Binary 11011101 11001111 101101 0 110 1010000 1101 110111 1001000 110100

Color Harmonies of #DDCF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF2D

Black with #DDCF2D

Text Example


Text Example

White with #DDCF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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