Html Css Color HEX #DDBA02 Sunflower

📋 copy color: '#DDBA02'

red 221 ◦ green 186 ◦ blue 2

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

Shades of Sunflower #DDBA02

Tints of Sunflower #DDBA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 54.03%
G = 45.48%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDBA02 (or 0xDDBA02) is known color: Sunflower. HEX triplet: DD, BA and 02. RGB value is (221,186,2). Sum of RGB (Red+Green+Blue) = 221+186+2=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA02 is #2245FD. Grayscale: #B0B0B0. Windows color (decimal): -2246142 or 178909. OLE color: 178909.

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

Color convert

RGB 221 186 2 -
CMYK 0 0.16 0.99 0.13
HSL 50.41º 0.98% 0.44% -
HSV(B) 50.41º 0.99% 0.87% -
XYZ 47.39 50.49 7.31 -
YUV 175.49 30.1 160.46 -
System Red Green Blue C M Y K H S L
Decimal 221 186 2 0 0.16 0.99 0.13 50.41 0.98 0.44
Hex DD BA 2 0 10 63 D 32 62 2C
Octal 335 272 2 0 20 143 15 62 142 54
Binary 11011101 10111010 10 0 10000 1100011 1101 110010 1100010 101100

Color Harmonies of #DDBA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA02

Black with #DDBA02

Text Example


Text Example

White with #DDBA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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