Html Css Color HEX #DDB206 Sunflower

📋 copy color: '#DDB206'

red 221 ◦ green 178 ◦ blue 6

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

Shades of Sunflower #DDB206

Tints of Sunflower #DDB206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.95%

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

R = 54.57%
G = 43.95%
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

#DDB206 (or 0xDDB206) is known color: Sunflower. HEX triplet: DD, B2 and 06. RGB value is (221,178,6). Sum of RGB (Red+Green+Blue) = 221+178+6=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB206 is #224DF9. Grayscale: #ABABAB. Windows color (decimal): -2248186 or 439005. OLE color: 439005.

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

Color convert

RGB 221 178 6 -
CMYK 0 0.19 0.97 0.13
HSL 48º 0.95% 0.45% -
HSV(B) 48º 0.97% 0.87% -
XYZ 45.77 47.23 6.88 -
YUV 171.25 34.75 163.49 -
System Red Green Blue C M Y K H S L
Decimal 221 178 6 0 0.19 0.97 0.13 48 0.95 0.45
Hex DD B2 6 0 13 61 D 30 5F 2D
Octal 335 262 6 0 23 141 15 60 137 55
Binary 11011101 10110010 110 0 10011 1100001 1101 110000 1011111 101101

Color Harmonies of #DDB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB206

Black with #DDB206

Text Example


Text Example

White with #DDB206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB206; }

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

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

background-color css

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

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

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

border-color css

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

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

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