Html Css Color HEX #DDBF29 Sunflower

📋 copy color: '#DDBF29'

red 221 ◦ green 191 ◦ blue 41

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

Shades of Sunflower #DDBF29

Tints of Sunflower #DDBF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.05%

R = 48.79%
G = 42.16%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDBF29 (or 0xDDBF29) is known color: Sunflower. HEX triplet: DD, BF and 29. RGB value is (221,191,41). Sum of RGB (Red+Green+Blue) = 221+191+41=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBF29 is #2240D6. Grayscale: #B7B7B7. Windows color (decimal): -2244823 or 2736093. OLE color: 2736093.

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

Color convert

RGB 221 191 41 -
CMYK 0 0.14 0.81 0.13
HSL 50º 0.73% 0.51% -
HSV(B) 50º 0.81% 0.87% -
XYZ 48.85 52.79 9.71 -
YUV 182.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 221 191 41 0 0.14 0.81 0.13 50 0.73 0.51
Hex DD BF 29 0 E 51 D 32 49 33
Octal 335 277 51 0 16 121 15 62 111 63
Binary 11011101 10111111 101001 0 1110 1010001 1101 110010 1001001 110011

Color Harmonies of #DDBF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBF29

Black with #DDBF29

Text Example


Text Example

White with #DDBF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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