Html Css Color HEX #DDC612 Sunflower

📋 copy color: '#DDC612'

red 221 ◦ green 198 ◦ blue 18

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

Shades of Sunflower #DDC612

Tints of Sunflower #DDC612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.31%

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

R = 50.57%
G = 45.31%
B = 4.12%

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

#DDC612 (or 0xDDC612) is known color: Sunflower. HEX triplet: DD, C6 and 12. RGB value is (221,198,18). Sum of RGB (Red+Green+Blue) = 221+198+18=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC612 is #2239ED. Grayscale: #B9B9B9. Windows color (decimal): -2243054 or 1230557. OLE color: 1230557.

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

Color convert

RGB 221 198 18 -
CMYK 0 0.10 0.92 0.13
HSL 53.2º 0.85% 0.47% -
HSV(B) 53.2º 0.92% 0.87% -
XYZ 50.12 55.8 8.7 -
YUV 184.36 34.12 154.14 -
System Red Green Blue C M Y K H S L
Decimal 221 198 18 0 0.10 0.92 0.13 53.2 0.85 0.47
Hex DD C6 12 0 A 5C D 35 55 2F
Octal 335 306 22 0 12 134 15 65 125 57
Binary 11011101 11000110 10010 0 1010 1011100 1101 110101 1010101 101111

Color Harmonies of #DDC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC612

Black with #DDC612

Text Example


Text Example

White with #DDC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC612; }

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

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

background-color css

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

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

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

border-color css

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

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

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