Html Css Color HEX #DDCB3A Wattle

📋 copy color: '#DDCB3A'

red 221 ◦ green 203 ◦ blue 58

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

Shades of Wattle #DDCB3A

Tints of Wattle #DDCB3A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.12%

 BLUE value IS 58 (23.05% from 255) = 12.03%

R = 45.85%
G = 42.12%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDCB3A (or 0xDDCB3A) is known color: Wattle. HEX triplet: DD, CB and 3A. RGB value is (221,203,58). Sum of RGB (Red+Green+Blue) = 221+203+58=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB3A is #2234C5. Grayscale: #C0C0C0. Windows color (decimal): -2241734 or 3853277. OLE color: 3853277.

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

Color convert

RGB 221 203 58 -
CMYK 0 0.08 0.74 0.13
HSL 53.37º 0.71% 0.55% -
HSV(B) 53.37º 0.74% 0.87% -
XYZ 51.94 58.39 12.54 -
YUV 191.85 52.46 148.79 -
System Red Green Blue C M Y K H S L
Decimal 221 203 58 0 0.08 0.74 0.13 53.37 0.71 0.55
Hex DD CB 3A 0 8 4A D 35 47 37
Octal 335 313 72 0 10 112 15 65 107 67
Binary 11011101 11001011 111010 0 1000 1001010 1101 110101 1000111 110111

Color Harmonies of #DDCB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB3A

Black with #DDCB3A

Text Example


Text Example

White with #DDCB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB3A; }

 p { color: rgb(221,203,58); }

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

background-color css

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

 a { background-color: rgb(221,203,58); }

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

border-color css

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

 span { border-color: rgb(221,203,58); }

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