Html Css Color HEX #DDBF18 Sunflower

📋 copy color: '#DDBF18'

red 221 ◦ green 191 ◦ blue 24

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

Shades of Sunflower #DDBF18

Tints of Sunflower #DDBF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.5%

R = 50.69%
G = 43.81%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDBF18 (or 0xDDBF18) is known color: Sunflower. HEX triplet: DD, BF and 18. RGB value is (221,191,24). Sum of RGB (Red+Green+Blue) = 221+191+24=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBF18 is #2240E7. Grayscale: #B5B5B5. Windows color (decimal): -2244840 or 1621981. OLE color: 1621981.

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

Color convert

RGB 221 191 24 -
CMYK 0 0.14 0.89 0.13
HSL 50.86º 0.8% 0.48% -
HSV(B) 50.86º 0.89% 0.87% -
XYZ 48.61 52.7 8.47 -
YUV 180.93 39.44 156.58 -
System Red Green Blue C M Y K H S L
Decimal 221 191 24 0 0.14 0.89 0.13 50.86 0.8 0.48
Hex DD BF 18 0 E 59 D 33 50 30
Octal 335 277 30 0 16 131 15 63 120 60
Binary 11011101 10111111 11000 0 1110 1011001 1101 110011 1010000 110000

Color Harmonies of #DDBF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBF18

Black with #DDBF18

Text Example


Text Example

White with #DDBF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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