Html Css Color HEX #DDB40B Sunflower

📋 copy color: '#DDB40B'

red 221 ◦ green 180 ◦ blue 11

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

Shades of Sunflower #DDB40B

Tints of Sunflower #DDB40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.67%

R = 53.64%
G = 43.69%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDB40B (or 0xDDB40B) is known color: Sunflower. HEX triplet: DD, B4 and 0B. RGB value is (221,180,11). Sum of RGB (Red+Green+Blue) = 221+180+11=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB40B is #224BF4. Grayscale: #ADADAD. Windows color (decimal): -2247669 or 767197. OLE color: 767197.

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

Color convert

RGB 221 180 11 -
CMYK 0 0.19 0.95 0.13
HSL 48.29º 0.91% 0.45% -
HSV(B) 48.29º 0.95% 0.87% -
XYZ 46.2 48.04 7.15 -
YUV 172.99 36.58 162.24 -
System Red Green Blue C M Y K H S L
Decimal 221 180 11 0 0.19 0.95 0.13 48.29 0.91 0.45
Hex DD B4 B 0 13 5F D 30 5B 2D
Octal 335 264 13 0 23 137 15 60 133 55
Binary 11011101 10110100 1011 0 10011 1011111 1101 110000 1011011 101101

Color Harmonies of #DDB40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB40B

Black with #DDB40B

Text Example


Text Example

White with #DDB40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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