Html Css Color HEX #DDB812 Sunflower

📋 copy color: '#DDB812'

red 221 ◦ green 184 ◦ blue 18

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

Shades of Sunflower #DDB812

Tints of Sunflower #DDB812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.5%

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

R = 52.25%
G = 43.5%
B = 4.26%

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

#DDB812 (or 0xDDB812) is known color: Sunflower. HEX triplet: DD, B8 and 12. RGB value is (221,184,18). Sum of RGB (Red+Green+Blue) = 221+184+18=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB812 is #2247ED. Grayscale: #B0B0B0. Windows color (decimal): -2246638 or 1226973. OLE color: 1226973.

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

Color convert

RGB 221 184 18 -
CMYK 0 0.17 0.92 0.13
HSL 49.06º 0.85% 0.47% -
HSV(B) 49.06º 0.92% 0.87% -
XYZ 47.07 49.7 7.68 -
YUV 176.14 38.76 160 -
System Red Green Blue C M Y K H S L
Decimal 221 184 18 0 0.17 0.92 0.13 49.06 0.85 0.47
Hex DD B8 12 0 11 5C D 31 55 2F
Octal 335 270 22 0 21 134 15 61 125 57
Binary 11011101 10111000 10010 0 10001 1011100 1101 110001 1010101 101111

Color Harmonies of #DDB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB812

Black with #DDB812

Text Example


Text Example

White with #DDB812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB812; }

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

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

background-color css

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

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

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

border-color css

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

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

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