Html Css Color HEX #DDB312 Sunflower

📋 copy color: '#DDB312'

red 221 ◦ green 179 ◦ blue 18

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

Shades of Sunflower #DDB312

Tints of Sunflower #DDB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.82%

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

R = 52.87%
G = 42.82%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDB312 (or 0xDDB312) is known color: Sunflower. HEX triplet: DD, B3 and 12. RGB value is (221,179,18). Sum of RGB (Red+Green+Blue) = 221+179+18=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB312 is #224CED. Grayscale: #ADADAD. Windows color (decimal): -2247918 or 1225693. OLE color: 1225693.

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

Color convert

RGB 221 179 18 -
CMYK 0 0.19 0.92 0.13
HSL 47.59º 0.85% 0.47% -
HSV(B) 47.59º 0.92% 0.87% -
XYZ 46.05 47.66 7.34 -
YUV 173.2 40.41 162.09 -
System Red Green Blue C M Y K H S L
Decimal 221 179 18 0 0.19 0.92 0.13 47.59 0.85 0.47
Hex DD B3 12 0 13 5C D 30 55 2F
Octal 335 263 22 0 23 134 15 60 125 57
Binary 11011101 10110011 10010 0 10011 1011100 1101 110000 1010101 101111

Color Harmonies of #DDB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB312

Black with #DDB312

Text Example


Text Example

White with #DDB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB312; }

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

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

background-color css

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

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

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

border-color css

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

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

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