Html Css Color HEX #DDBB00 Sunflower

📋 copy color: '#DDBB00'

red 221 ◦ green 187 ◦ blue 0

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

Shades of Sunflower #DDBB00

Tints of Sunflower #DDBB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.17%
G = 45.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDBB00 (or 0xDDBB00) is known color: Sunflower. HEX triplet: DD, BB and 00. RGB value is (221,187,0). Sum of RGB (Red+Green+Blue) = 221+187+0=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB00 is #2244FF. Grayscale: #B0B0B0. Windows color (decimal): -2245888 or 48093. OLE color: 48093.

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

Color convert

RGB 221 187 0 -
CMYK 0 0.15 1 0.13
HSL 50.77º 1% 0.43% -
HSV(B) 50.77º 1% 0.87% -
XYZ 47.59 50.91 7.32 -
YUV 175.85 28.76 160.21 -
System Red Green Blue C M Y K H S L
Decimal 221 187 0 0 0.15 1 0.13 50.77 1 0.43
Hex DD BB 0 0 F 64 D 33 64 2B
Octal 335 273 0 0 17 144 15 63 144 53
Binary 11011101 10111011 0 0 1111 1100100 1101 110011 1100100 101011

Color Harmonies of #DDBB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB00

Black with #DDBB00

Text Example


Text Example

White with #DDBB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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