Html Css Color HEX #DDB306 Sunflower

📋 copy color: '#DDB306'

red 221 ◦ green 179 ◦ blue 6

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

Shades of Sunflower #DDB306

Tints of Sunflower #DDB306

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.09%

 BLUE value IS 6 (2.73% from 255) = 1.48%

R = 54.43%
G = 44.09%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDB306 (or 0xDDB306) is known color: Sunflower. HEX triplet: DD, B3 and 06. RGB value is (221,179,6). Sum of RGB (Red+Green+Blue) = 221+179+6=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB306 is #224CF9. Grayscale: #ACACAC. Windows color (decimal): -2247930 or 439261. OLE color: 439261.

HSL color Cylindrical-coordinate representation of color #DDB306: hue angle of 48.28º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDB306 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 6 -
CMYK 0 0.19 0.97 0.13
HSL 48.28º 0.95% 0.45% -
HSV(B) 48.28º 0.97% 0.87% -
XYZ 45.97 47.63 6.94 -
YUV 171.84 34.41 163.07 -
System Red Green Blue C M Y K H S L
Decimal 221 179 6 0 0.19 0.97 0.13 48.28 0.95 0.45
Hex DD B3 6 0 13 61 D 30 5F 2D
Octal 335 263 6 0 23 141 15 60 137 55
Binary 11011101 10110011 110 0 10011 1100001 1101 110000 1011111 101101

Color Harmonies of #DDB306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB306

Black with #DDB306

Text Example


Text Example

White with #DDB306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB306; }

 p { color: rgb(221,179,6); }

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

background-color css

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

 a { background-color: rgb(221,179,6); }

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

border-color css

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

 span { border-color: rgb(221,179,6); }

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