Html Css Color HEX #DDB007 Sunflower

📋 copy color: '#DDB007'

red 221 ◦ green 176 ◦ blue 7

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

Shades of Sunflower #DDB007

Tints of Sunflower #DDB007

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.56%

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

R = 54.7%
G = 43.56%
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

#DDB007 (or 0xDDB007) is known color: Sunflower. HEX triplet: DD, B0 and 07. RGB value is (221,176,7). Sum of RGB (Red+Green+Blue) = 221+176+7=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB007 is #224FF8. Grayscale: #AAAAAA. Windows color (decimal): -2248697 or 504029. OLE color: 504029.

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

Color convert

RGB 221 176 7 -
CMYK 0 0.20 0.97 0.13
HSL 47.38º 0.94% 0.45% -
HSV(B) 47.38º 0.97% 0.87% -
XYZ 45.38 46.44 6.77 -
YUV 170.19 35.91 164.24 -
System Red Green Blue C M Y K H S L
Decimal 221 176 7 0 0.20 0.97 0.13 47.38 0.94 0.45
Hex DD B0 7 0 14 61 D 2F 5E 2D
Octal 335 260 7 0 24 141 15 57 136 55
Binary 11011101 10110000 111 0 10100 1100001 1101 101111 1011110 101101

Color Harmonies of #DDB007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB007

Black with #DDB007

Text Example


Text Example

White with #DDB007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB007; }

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

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

background-color css

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

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

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

border-color css

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

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

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