Html Css Color HEX #DDC812 Sunflower

📋 copy color: '#DDC812'

red 221 ◦ green 200 ◦ blue 18

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

Shades of Sunflower #DDC812

Tints of Sunflower #DDC812

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.56%

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

R = 50.34%
G = 45.56%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDC812 (or 0xDDC812) is known color: Sunflower. HEX triplet: DD, C8 and 12. RGB value is (221,200,18). Sum of RGB (Red+Green+Blue) = 221+200+18=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC812 is #2237ED. Grayscale: #BABABA. Windows color (decimal): -2242542 or 1231069. OLE color: 1231069.

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

Color convert

RGB 221 200 18 -
CMYK 0 0.10 0.92 0.13
HSL 53.79º 0.85% 0.47% -
HSV(B) 53.79º 0.92% 0.87% -
XYZ 50.58 56.72 8.86 -
YUV 185.53 33.46 153.3 -
System Red Green Blue C M Y K H S L
Decimal 221 200 18 0 0.10 0.92 0.13 53.79 0.85 0.47
Hex DD C8 12 0 A 5C D 36 55 2F
Octal 335 310 22 0 12 134 15 66 125 57
Binary 11011101 11001000 10010 0 1010 1011100 1101 110110 1010101 101111

Color Harmonies of #DDC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC812

Black with #DDC812

Text Example


Text Example

White with #DDC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC812; }

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

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

background-color css

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

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

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

border-color css

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

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

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