Html Css Color HEX #DDBF0E Sunflower

📋 copy color: '#DDBF0E'

red 221 ◦ green 191 ◦ blue 14

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

Shades of Sunflower #DDBF0E

Tints of Sunflower #DDBF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 44.84%

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

R = 51.88%
G = 44.84%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDBF0E (or 0xDDBF0E) is known color: Sunflower. HEX triplet: DD, BF and 0E. RGB value is (221,191,14). Sum of RGB (Red+Green+Blue) = 221+191+14=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBF0E is #2240F1. Grayscale: #B4B4B4. Windows color (decimal): -2244850 or 966621. OLE color: 966621.

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

Color convert

RGB 221 191 14 -
CMYK 0 0.14 0.94 0.13
HSL 51.3º 0.88% 0.46% -
HSV(B) 51.3º 0.94% 0.87% -
XYZ 48.53 52.67 8.02 -
YUV 179.79 34.44 157.39 -
System Red Green Blue C M Y K H S L
Decimal 221 191 14 0 0.14 0.94 0.13 51.3 0.88 0.46
Hex DD BF E 0 E 5E D 33 58 2E
Octal 335 277 16 0 16 136 15 63 130 56
Binary 11011101 10111111 1110 0 1110 1011110 1101 110011 1011000 101110

Color Harmonies of #DDBF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBF0E

Black with #DDBF0E

Text Example


Text Example

White with #DDBF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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