Html Css Color HEX #DDC206 Sunflower

📋 copy color: '#DDC206'

red 221 ◦ green 194 ◦ blue 6

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

Shades of Sunflower #DDC206

Tints of Sunflower #DDC206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.08%

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 52.49%
G = 46.08%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDC206 (or 0xDDC206) is known color: Sunflower. HEX triplet: DD, C2 and 06. RGB value is (221,194,6). Sum of RGB (Red+Green+Blue) = 221+194+6=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC206 is #223DF9. Grayscale: #B5B5B5. Windows color (decimal): -2244090 or 443101. OLE color: 443101.

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

Color convert

RGB 221 194 6 -
CMYK 0 0.12 0.97 0.13
HSL 52.47º 0.95% 0.45% -
HSV(B) 52.47º 0.97% 0.87% -
XYZ 49.14 53.97 8 -
YUV 180.64 29.45 156.79 -
System Red Green Blue C M Y K H S L
Decimal 221 194 6 0 0.12 0.97 0.13 52.47 0.95 0.45
Hex DD C2 6 0 C 61 D 34 5F 2D
Octal 335 302 6 0 14 141 15 64 137 55
Binary 11011101 11000010 110 0 1100 1100001 1101 110100 1011111 101101

Color Harmonies of #DDC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC206

Black with #DDC206

Text Example


Text Example

White with #DDC206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC206; }

 p { color: rgb(221,194,6); }

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

background-color css

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

 a { background-color: rgb(221,194,6); }

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

border-color css

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

 span { border-color: rgb(221,194,6); }

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