Html Css Color HEX #DDB41A Sunflower

📋 copy color: '#DDB41A'

red 221 ◦ green 180 ◦ blue 26

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

Shades of Sunflower #DDB41A

Tints of Sunflower #DDB41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.15%

 BLUE value IS 26 (10.55% from 255) = 6.09%

R = 51.76%
G = 42.15%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDB41A (or 0xDDB41A) is known color: Sunflower. HEX triplet: DD, B4 and 1A. RGB value is (221,180,26). Sum of RGB (Red+Green+Blue) = 221+180+26=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB41A is #224BE5. Grayscale: #AFAFAF. Windows color (decimal): -2247654 or 1750237. OLE color: 1750237.

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

Color convert

RGB 221 180 26 -
CMYK 0 0.19 0.88 0.13
HSL 47.38º 0.79% 0.48% -
HSV(B) 47.38º 0.88% 0.87% -
XYZ 46.33 48.09 7.82 -
YUV 174.7 44.08 161.02 -
System Red Green Blue C M Y K H S L
Decimal 221 180 26 0 0.19 0.88 0.13 47.38 0.79 0.48
Hex DD B4 1A 0 13 58 D 2F 4F 30
Octal 335 264 32 0 23 130 15 57 117 60
Binary 11011101 10110100 11010 0 10011 1011000 1101 101111 1001111 110000

Color Harmonies of #DDB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB41A

Black with #DDB41A

Text Example


Text Example

White with #DDB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB41A; }

 p { color: rgb(221,180,26); }

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

background-color css

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

 a { background-color: rgb(221,180,26); }

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

border-color css

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

 span { border-color: rgb(221,180,26); }

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