Html Css Color HEX #DDB70B Sunflower

📋 copy color: '#DDB70B'

red 221 ◦ green 183 ◦ blue 11

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

Shades of Sunflower #DDB70B

Tints of Sunflower #DDB70B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.1%

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

R = 53.25%
G = 44.1%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDB70B (or 0xDDB70B) is known color: Sunflower. HEX triplet: DD, B7 and 0B. RGB value is (221,183,11). Sum of RGB (Red+Green+Blue) = 221+183+11=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB70B is #2248F4. Grayscale: #AFAFAF. Windows color (decimal): -2246901 or 767965. OLE color: 767965.

HSL color Cylindrical-coordinate representation of color #DDB70B: hue angle of 49.14º 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 #DDB70B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 183 11 -
CMYK 0 0.17 0.95 0.13
HSL 49.14º 0.91% 0.45% -
HSV(B) 49.14º 0.95% 0.87% -
XYZ 46.81 49.26 7.36 -
YUV 174.75 35.59 160.99 -
System Red Green Blue C M Y K H S L
Decimal 221 183 11 0 0.17 0.95 0.13 49.14 0.91 0.45
Hex DD B7 B 0 11 5F D 31 5B 2D
Octal 335 267 13 0 21 137 15 61 133 55
Binary 11011101 10110111 1011 0 10001 1011111 1101 110001 1011011 101101

Color Harmonies of #DDB70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB70B

Black with #DDB70B

Text Example


Text Example

White with #DDB70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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