Html Css Color HEX #DDB912 Sunflower

📋 copy color: '#DDB912'

red 221 ◦ green 185 ◦ blue 18

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

Shades of Sunflower #DDB912

Tints of Sunflower #DDB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.63%

 BLUE value IS 18 (7.42% from 255) = 4.25%

R = 52.12%
G = 43.63%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDB912 (or 0xDDB912) is known color: Sunflower. HEX triplet: DD, B9 and 12. RGB value is (221,185,18). Sum of RGB (Red+Green+Blue) = 221+185+18=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB912 is #2246ED. Grayscale: #B1B1B1. Windows color (decimal): -2246382 or 1227229. OLE color: 1227229.

HSL color Cylindrical-coordinate representation of color #DDB912: hue angle of 49.36º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDB912 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 185 18 -
CMYK 0 0.16 0.92 0.13
HSL 49.36º 0.85% 0.47% -
HSV(B) 49.36º 0.92% 0.87% -
XYZ 47.28 50.11 7.75 -
YUV 176.73 38.43 159.58 -
System Red Green Blue C M Y K H S L
Decimal 221 185 18 0 0.16 0.92 0.13 49.36 0.85 0.47
Hex DD B9 12 0 10 5C D 31 55 2F
Octal 335 271 22 0 20 134 15 61 125 57
Binary 11011101 10111001 10010 0 10000 1011100 1101 110001 1010101 101111

Color Harmonies of #DDB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB912

Black with #DDB912

Text Example


Text Example

White with #DDB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB912; }

 p { color: rgb(221,185,18); }

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

background-color css

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

 a { background-color: rgb(221,185,18); }

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

border-color css

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

 span { border-color: rgb(221,185,18); }

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