Html Css Color HEX #DDBF24 Sunflower

📋 copy color: '#DDBF24'

red 221 ◦ green 191 ◦ blue 36

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

Shades of Sunflower #DDBF24

Tints of Sunflower #DDBF24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.04%

R = 49.33%
G = 42.63%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDBF24 (or 0xDDBF24) is known color: Sunflower. HEX triplet: DD, BF and 24. RGB value is (221,191,36). Sum of RGB (Red+Green+Blue) = 221+191+36=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBF24 is #2240DB. Grayscale: #B6B6B6. Windows color (decimal): -2244828 or 2408413. OLE color: 2408413.

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

Color convert

RGB 221 191 36 -
CMYK 0 0.14 0.84 0.13
HSL 50.27º 0.73% 0.5% -
HSV(B) 50.27º 0.84% 0.87% -
XYZ 48.77 52.76 9.28 -
YUV 182.3 45.44 155.6 -
System Red Green Blue C M Y K H S L
Decimal 221 191 36 0 0.14 0.84 0.13 50.27 0.73 0.5
Hex DD BF 24 0 E 54 D 32 49 32
Octal 335 277 44 0 16 124 15 62 111 62
Binary 11011101 10111111 100100 0 1110 1010100 1101 110010 1001001 110010

Color Harmonies of #DDBF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBF24

Black with #DDBF24

Text Example


Text Example

White with #DDBF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBF24; }

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

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

background-color css

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

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

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

border-color css

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

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

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