Html Css Color HEX #DDB00E Sunflower

📋 copy color: '#DDB00E'

red 221 ◦ green 176 ◦ blue 14

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

Shades of Sunflower #DDB00E

Tints of Sunflower #DDB00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.41%

R = 53.77%
G = 42.82%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDB00E (or 0xDDB00E) is known color: Sunflower. HEX triplet: DD, B0 and 0E. RGB value is (221,176,14). Sum of RGB (Red+Green+Blue) = 221+176+14=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB00E is #224FF1. Grayscale: #ABABAB. Windows color (decimal): -2248690 or 962781. OLE color: 962781.

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

Color convert

RGB 221 176 14 -
CMYK 0 0.20 0.94 0.13
HSL 46.96º 0.88% 0.46% -
HSV(B) 46.96º 0.94% 0.87% -
XYZ 45.42 46.45 6.99 -
YUV 170.99 39.41 163.67 -
System Red Green Blue C M Y K H S L
Decimal 221 176 14 0 0.20 0.94 0.13 46.96 0.88 0.46
Hex DD B0 E 0 14 5E D 2F 58 2E
Octal 335 260 16 0 24 136 15 57 130 56
Binary 11011101 10110000 1110 0 10100 1011110 1101 101111 1011000 101110

Color Harmonies of #DDB00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB00E

Black with #DDB00E

Text Example


Text Example

White with #DDB00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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