Html Css Color HEX #DDB712 Sunflower

📋 copy color: '#DDB712'

red 221 ◦ green 183 ◦ blue 18

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

Shades of Sunflower #DDB712

Tints of Sunflower #DDB712

RGB

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

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

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

R = 52.37%
G = 43.36%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDB712 (or 0xDDB712) is known color: Sunflower. HEX triplet: DD, B7 and 12. RGB value is (221,183,18). Sum of RGB (Red+Green+Blue) = 221+183+18=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB712 is #2248ED. Grayscale: #B0B0B0. Windows color (decimal): -2246894 or 1226717. OLE color: 1226717.

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

Color convert

RGB 221 183 18 -
CMYK 0 0.17 0.92 0.13
HSL 48.77º 0.85% 0.47% -
HSV(B) 48.77º 0.92% 0.87% -
XYZ 46.86 49.28 7.61 -
YUV 175.55 39.09 160.42 -
System Red Green Blue C M Y K H S L
Decimal 221 183 18 0 0.17 0.92 0.13 48.77 0.85 0.47
Hex DD B7 12 0 11 5C D 31 55 2F
Octal 335 267 22 0 21 134 15 61 125 57
Binary 11011101 10110111 10010 0 10001 1011100 1101 110001 1010101 101111

Color Harmonies of #DDB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB712

Black with #DDB712

Text Example


Text Example

White with #DDB712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB712; }

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

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

background-color css

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

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

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

border-color css

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

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

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