Html Css Color HEX #DDCB30 Wattle

📋 copy color: '#DDCB30'

red 221 ◦ green 203 ◦ blue 48

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

Shades of Wattle #DDCB30

Tints of Wattle #DDCB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.17%

R = 46.82%
G = 43.01%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDCB30 (or 0xDDCB30) is known color: Wattle. HEX triplet: DD, CB and 30. RGB value is (221,203,48). Sum of RGB (Red+Green+Blue) = 221+203+48=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB30 is #2234CF. Grayscale: #BFBFBF. Windows color (decimal): -2241744 or 3197917. OLE color: 3197917.

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

Color convert

RGB 221 203 48 -
CMYK 0 0.08 0.78 0.13
HSL 53.76º 0.72% 0.53% -
HSV(B) 53.76º 0.78% 0.87% -
XYZ 51.71 58.3 11.32 -
YUV 190.71 47.46 149.6 -
System Red Green Blue C M Y K H S L
Decimal 221 203 48 0 0.08 0.78 0.13 53.76 0.72 0.53
Hex DD CB 30 0 8 4E D 36 48 35
Octal 335 313 60 0 10 116 15 66 110 65
Binary 11011101 11001011 110000 0 1000 1001110 1101 110110 1001000 110101

Color Harmonies of #DDCB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB30

Black with #DDCB30

Text Example


Text Example

White with #DDCB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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