Html Css Color HEX #DDBF11 Sunflower

📋 copy color: '#DDBF11'

red 221 ◦ green 191 ◦ blue 17

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

Shades of Sunflower #DDBF11

Tints of Sunflower #DDBF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.96%

R = 51.52%
G = 44.52%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDBF11 (or 0xDDBF11) is known color: Sunflower. HEX triplet: DD, BF and 11. RGB value is (221,191,17). Sum of RGB (Red+Green+Blue) = 221+191+17=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBF11 is #2240EE. Grayscale: #B4B4B4. Windows color (decimal): -2244847 or 1163229. OLE color: 1163229.

HSL color Cylindrical-coordinate representation of color #DDBF11: hue angle of 51.18º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDBF11 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 191 17 -
CMYK 0 0.14 0.92 0.13
HSL 51.18º 0.86% 0.47% -
HSV(B) 51.18º 0.92% 0.87% -
XYZ 48.55 52.67 8.14 -
YUV 180.13 35.94 157.15 -
System Red Green Blue C M Y K H S L
Decimal 221 191 17 0 0.14 0.92 0.13 51.18 0.86 0.47
Hex DD BF 11 0 E 5C D 33 56 2F
Octal 335 277 21 0 16 134 15 63 126 57
Binary 11011101 10111111 10001 0 1110 1011100 1101 110011 1010110 101111

Color Harmonies of #DDBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBF11

Black with #DDBF11

Text Example


Text Example

White with #DDBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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