Html Css Color HEX #DDC00C Sunflower

📋 copy color: '#DDC00C'

red 221 ◦ green 192 ◦ blue 12

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

Shades of Sunflower #DDC00C

Tints of Sunflower #DDC00C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.18%

 BLUE value IS 12 (5.08% from 255) = 2.82%

R = 52%
G = 45.18%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDC00C (or 0xDDC00C) is known color: Sunflower. HEX triplet: DD, C0 and 0C. RGB value is (221,192,12). Sum of RGB (Red+Green+Blue) = 221+192+12=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC00C is #223FF3. Grayscale: #B4B4B4. Windows color (decimal): -2244596 or 835805. OLE color: 835805.

HSL color Cylindrical-coordinate representation of color #DDC00C: hue angle of 51.67º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDC00C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 192 12 -
CMYK 0 0.13 0.95 0.13
HSL 51.67º 0.9% 0.46% -
HSV(B) 51.67º 0.95% 0.87% -
XYZ 48.73 53.1 8.03 -
YUV 180.15 33.11 157.14 -
System Red Green Blue C M Y K H S L
Decimal 221 192 12 0 0.13 0.95 0.13 51.67 0.9 0.46
Hex DD C0 C 0 D 5F D 34 5A 2E
Octal 335 300 14 0 15 137 15 64 132 56
Binary 11011101 11000000 1100 0 1101 1011111 1101 110100 1011010 101110

Color Harmonies of #DDC00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC00C

Black with #DDC00C

Text Example


Text Example

White with #DDC00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC00C; }

 p { color: rgb(221,192,12); }

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

background-color css

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

 a { background-color: rgb(221,192,12); }

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

border-color css

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

 span { border-color: rgb(221,192,12); }

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