Html Css Color HEX #DDBB01 Sunflower

📋 copy color: '#DDBB01'

red 221 ◦ green 187 ◦ blue 1

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

Shades of Sunflower #DDBB01

Tints of Sunflower #DDBB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 54.03%
G = 45.72%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDBB01 (or 0xDDBB01) is known color: Sunflower. HEX triplet: DD, BB and 01. RGB value is (221,187,1). Sum of RGB (Red+Green+Blue) = 221+187+1=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB01 is #2244FE. Grayscale: #B0B0B0. Windows color (decimal): -2245887 or 113629. OLE color: 113629.

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

Color convert

RGB 221 187 1 -
CMYK 0 0.15 1.00 0.13
HSL 50.73º 0.99% 0.44% -
HSV(B) 50.73º 1% 0.87% -
XYZ 47.59 50.91 7.35 -
YUV 175.96 29.26 160.12 -
System Red Green Blue C M Y K H S L
Decimal 221 187 1 0 0.15 1.00 0.13 50.73 0.99 0.44
Hex DD BB 1 0 F 64 D 33 63 2C
Octal 335 273 1 0 17 144 15 63 143 54
Binary 11011101 10111011 1 0 1111 1100100 1101 110011 1100011 101100

Color Harmonies of #DDBB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB01

Black with #DDBB01

Text Example


Text Example

White with #DDBB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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