Html Css Color HEX #DDB00F Sunflower

📋 copy color: '#DDB00F'

red 221 ◦ green 176 ◦ blue 15

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

Shades of Sunflower #DDB00F

Tints of Sunflower #DDB00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.64%

R = 53.64%
G = 42.72%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDB00F (or 0xDDB00F) is known color: Sunflower. HEX triplet: DD, B0 and 0F. RGB value is (221,176,15). Sum of RGB (Red+Green+Blue) = 221+176+15=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB00F is #224FF0. Grayscale: #ABABAB. Windows color (decimal): -2248689 or 1028317. OLE color: 1028317.

HSL color Cylindrical-coordinate representation of color #DDB00F: hue angle of 46.89º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDB00F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 176 15 -
CMYK 0 0.20 0.93 0.13
HSL 46.89º 0.87% 0.46% -
HSV(B) 46.89º 0.93% 0.87% -
XYZ 45.43 46.46 7.02 -
YUV 171.1 39.91 163.59 -
System Red Green Blue C M Y K H S L
Decimal 221 176 15 0 0.20 0.93 0.13 46.89 0.87 0.46
Hex DD B0 F 0 14 5D D 2F 57 2E
Octal 335 260 17 0 24 135 15 57 127 56
Binary 11011101 10110000 1111 0 10100 1011101 1101 101111 1010111 101110

Color Harmonies of #DDB00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB00F

Black with #DDB00F

Text Example


Text Example

White with #DDB00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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