Html Css Color HEX #DDB107 Sunflower

📋 copy color: '#DDB107'

red 221 ◦ green 177 ◦ blue 7

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

Shades of Sunflower #DDB107

Tints of Sunflower #DDB107

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.7%

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 54.57%
G = 43.7%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDB107 (or 0xDDB107) is known color: Sunflower. HEX triplet: DD, B1 and 07. RGB value is (221,177,7). Sum of RGB (Red+Green+Blue) = 221+177+7=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB107 is #224EF8. Grayscale: #ABABAB. Windows color (decimal): -2248441 or 504285. OLE color: 504285.

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

Color convert

RGB 221 177 7 -
CMYK 0 0.20 0.97 0.13
HSL 47.66º 0.94% 0.45% -
HSV(B) 47.66º 0.97% 0.87% -
XYZ 45.58 46.83 6.84 -
YUV 170.78 35.58 163.82 -
System Red Green Blue C M Y K H S L
Decimal 221 177 7 0 0.20 0.97 0.13 47.66 0.94 0.45
Hex DD B1 7 0 14 61 D 30 5E 2D
Octal 335 261 7 0 24 141 15 60 136 55
Binary 11011101 10110001 111 0 10100 1100001 1101 110000 1011110 101101

Color Harmonies of #DDB107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB107

Black with #DDB107

Text Example


Text Example

White with #DDB107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB107; }

 p { color: rgb(221,177,7); }

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

background-color css

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

 a { background-color: rgb(221,177,7); }

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

border-color css

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

 span { border-color: rgb(221,177,7); }

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