Html Css Color HEX #DDBA01 Sunflower

📋 copy color: '#DDBA01'

red 221 ◦ green 186 ◦ blue 1

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

Shades of Sunflower #DDBA01

Tints of Sunflower #DDBA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.59%

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

R = 54.17%
G = 45.59%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDBA01 (or 0xDDBA01) is known color: Sunflower. HEX triplet: DD, BA and 01. RGB value is (221,186,1). Sum of RGB (Red+Green+Blue) = 221+186+1=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA01 is #2245FE. Grayscale: #B0B0B0. Windows color (decimal): -2246143 or 113373. OLE color: 113373.

HSL color Cylindrical-coordinate representation of color #DDBA01: hue angle of 50.45º 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 #DDBA01 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 1 -
CMYK 0 0.16 1.00 0.13
HSL 50.45º 0.99% 0.44% -
HSV(B) 50.45º 1% 0.87% -
XYZ 47.38 50.49 7.28 -
YUV 175.38 29.6 160.54 -
System Red Green Blue C M Y K H S L
Decimal 221 186 1 0 0.16 1.00 0.13 50.45 0.99 0.44
Hex DD BA 1 0 10 64 D 32 63 2C
Octal 335 272 1 0 20 144 15 62 143 54
Binary 11011101 10111010 1 0 10000 1100100 1101 110010 1100011 101100

Color Harmonies of #DDBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA01

Black with #DDBA01

Text Example


Text Example

White with #DDBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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