Html Css Color HEX #DDB307 Sunflower

📋 copy color: '#DDB307'

red 221 ◦ green 179 ◦ blue 7

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

Shades of Sunflower #DDB307

Tints of Sunflower #DDB307

RGB

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

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

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

R = 54.3%
G = 43.98%
B = 1.72%

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

#DDB307 (or 0xDDB307) is known color: Sunflower. HEX triplet: DD, B3 and 07. RGB value is (221,179,7). Sum of RGB (Red+Green+Blue) = 221+179+7=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB307 is #224CF8. Grayscale: #ACACAC. Windows color (decimal): -2247929 or 504797. OLE color: 504797.

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

Color convert

RGB 221 179 7 -
CMYK 0 0.19 0.97 0.13
HSL 48.22º 0.94% 0.45% -
HSV(B) 48.22º 0.97% 0.87% -
XYZ 45.98 47.63 6.97 -
YUV 171.95 34.91 162.99 -
System Red Green Blue C M Y K H S L
Decimal 221 179 7 0 0.19 0.97 0.13 48.22 0.94 0.45
Hex DD B3 7 0 13 61 D 30 5E 2D
Octal 335 263 7 0 23 141 15 60 136 55
Binary 11011101 10110011 111 0 10011 1100001 1101 110000 1011110 101101

Color Harmonies of #DDB307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB307

Black with #DDB307

Text Example


Text Example

White with #DDB307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB307; }

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

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

background-color css

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

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

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

border-color css

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

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

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