Html Css Color HEX #DDB106 Sunflower

📋 copy color: '#DDB106'

red 221 ◦ green 177 ◦ blue 6

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

Shades of Sunflower #DDB106

Tints of Sunflower #DDB106

RGB

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

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

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

R = 54.7%
G = 43.81%
B = 1.49%

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

#DDB106 (or 0xDDB106) is known color: Sunflower. HEX triplet: DD, B1 and 06. RGB value is (221,177,6). Sum of RGB (Red+Green+Blue) = 221+177+6=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB106 is #224EF9. Grayscale: #ABABAB. Windows color (decimal): -2248442 or 438749. OLE color: 438749.

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

Color convert

RGB 221 177 6 -
CMYK 0 0.20 0.97 0.13
HSL 47.72º 0.95% 0.45% -
HSV(B) 47.72º 0.97% 0.87% -
XYZ 45.57 46.83 6.81 -
YUV 170.66 35.08 163.9 -
System Red Green Blue C M Y K H S L
Decimal 221 177 6 0 0.20 0.97 0.13 47.72 0.95 0.45
Hex DD B1 6 0 14 61 D 30 5F 2D
Octal 335 261 6 0 24 141 15 60 137 55
Binary 11011101 10110001 110 0 10100 1100001 1101 110000 1011111 101101

Color Harmonies of #DDB106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB106

Black with #DDB106

Text Example


Text Example

White with #DDB106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB106; }

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

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

background-color css

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

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

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

border-color css

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

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

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