Html Css Color HEX #DDBF37 Wattle

📋 copy color: '#DDBF37'

red 221 ◦ green 191 ◦ blue 55

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

Shades of Wattle #DDBF37

Tints of Wattle #DDBF37

RGB

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

 GREEN value IS 191 (75% from 255) = 40.9%

 BLUE value IS 55 (21.88% from 255) = 11.78%

R = 47.32%
G = 40.9%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDBF37 (or 0xDDBF37) is known color: Wattle. HEX triplet: DD, BF and 37. RGB value is (221,191,55). Sum of RGB (Red+Green+Blue) = 221+191+55=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBF37 is #2240C8. Grayscale: #B9B9B9. Windows color (decimal): -2244809 or 3653597. OLE color: 3653597.

HSL color Cylindrical-coordinate representation of color #DDBF37: hue angle of 49.16º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDBF37 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 191 55 -
CMYK 0 0.14 0.75 0.13
HSL 49.16º 0.71% 0.54% -
HSV(B) 49.16º 0.75% 0.87% -
XYZ 49.14 52.91 11.24 -
YUV 184.47 54.94 154.06 -
System Red Green Blue C M Y K H S L
Decimal 221 191 55 0 0.14 0.75 0.13 49.16 0.71 0.54
Hex DD BF 37 0 E 4B D 31 47 36
Octal 335 277 67 0 16 113 15 61 107 66
Binary 11011101 10111111 110111 0 1110 1001011 1101 110001 1000111 110110

Color Harmonies of #DDBF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBF37

Black with #DDBF37

Text Example


Text Example

White with #DDBF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBF37; }

 p { color: rgb(221,191,55); }

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

background-color css

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

 a { background-color: rgb(221,191,55); }

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

border-color css

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

 span { border-color: rgb(221,191,55); }

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