Html Css Color HEX #DDC606 Sunflower

📋 copy color: '#DDC606'

red 221 ◦ green 198 ◦ blue 6

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

Shades of Sunflower #DDC606

Tints of Sunflower #DDC606

RGB

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

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

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

R = 52%
G = 46.59%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDC606 (or 0xDDC606) is known color: Sunflower. HEX triplet: DD, C6 and 06. RGB value is (221,198,6). Sum of RGB (Red+Green+Blue) = 221+198+6=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC606 is #2239F9. Grayscale: #B7B7B7. Windows color (decimal): -2243066 or 444125. OLE color: 444125.

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

Color convert

RGB 221 198 6 -
CMYK 0 0.10 0.97 0.13
HSL 53.58º 0.95% 0.45% -
HSV(B) 53.58º 0.97% 0.87% -
XYZ 50.05 55.77 8.3 -
YUV 182.99 28.12 155.11 -
System Red Green Blue C M Y K H S L
Decimal 221 198 6 0 0.10 0.97 0.13 53.58 0.95 0.45
Hex DD C6 6 0 A 61 D 36 5F 2D
Octal 335 306 6 0 12 141 15 66 137 55
Binary 11011101 11000110 110 0 1010 1100001 1101 110110 1011111 101101

Color Harmonies of #DDC606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC606

Black with #DDC606

Text Example


Text Example

White with #DDC606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC606; }

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

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

background-color css

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

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

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

border-color css

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

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

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