Html Css Color HEX #DDBB05 Sunflower

📋 copy color: '#DDBB05'

red 221 ◦ green 187 ◦ blue 5

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

Shades of Sunflower #DDBB05

Tints of Sunflower #DDBB05

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.28%

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 53.51%
G = 45.28%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDBB05 (or 0xDDBB05) is known color: Sunflower. HEX triplet: DD, BB and 05. RGB value is (221,187,5). Sum of RGB (Red+Green+Blue) = 221+187+5=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB05 is #2244FA. Grayscale: #B1B1B1. Windows color (decimal): -2245883 or 375773. OLE color: 375773.

HSL color Cylindrical-coordinate representation of color #DDBB05: hue angle of 50.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDBB05 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 187 5 -
CMYK 0 0.15 0.98 0.13
HSL 50.56º 0.96% 0.44% -
HSV(B) 50.56º 0.98% 0.87% -
XYZ 47.62 50.92 7.46 -
YUV 176.42 31.26 159.8 -
System Red Green Blue C M Y K H S L
Decimal 221 187 5 0 0.15 0.98 0.13 50.56 0.96 0.44
Hex DD BB 5 0 F 62 D 33 60 2C
Octal 335 273 5 0 17 142 15 63 140 54
Binary 11011101 10111011 101 0 1111 1100010 1101 110011 1100000 101100

Color Harmonies of #DDBB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB05

Black with #DDBB05

Text Example


Text Example

White with #DDBB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB05; }

 p { color: rgb(221,187,5); }

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

background-color css

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

 a { background-color: rgb(221,187,5); }

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

border-color css

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

 span { border-color: rgb(221,187,5); }

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