Html Css Color HEX #DDC103 Sunflower

📋 copy color: '#DDC103'

red 221 ◦ green 193 ◦ blue 3

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

Shades of Sunflower #DDC103

Tints of Sunflower #DDC103

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.28%

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 53%
G = 46.28%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDC103 (or 0xDDC103) is known color: Sunflower. HEX triplet: DD, C1 and 03. RGB value is (221,193,3). Sum of RGB (Red+Green+Blue) = 221+193+3=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC103 is #223EFC. Grayscale: #B4B4B4. Windows color (decimal): -2244349 or 246237. OLE color: 246237.

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

Color convert

RGB 221 193 3 -
CMYK 0 0.13 0.99 0.13
HSL 52.29º 0.97% 0.44% -
HSV(B) 52.29º 0.99% 0.87% -
XYZ 48.91 53.52 7.84 -
YUV 179.71 28.28 157.45 -
System Red Green Blue C M Y K H S L
Decimal 221 193 3 0 0.13 0.99 0.13 52.29 0.97 0.44
Hex DD C1 3 0 D 63 D 34 61 2C
Octal 335 301 3 0 15 143 15 64 141 54
Binary 11011101 11000001 11 0 1101 1100011 1101 110100 1100001 101100

Color Harmonies of #DDC103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC103

Black with #DDC103

Text Example


Text Example

White with #DDC103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC103; }

 p { color: rgb(221,193,3); }

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

background-color css

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

 a { background-color: rgb(221,193,3); }

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

border-color css

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

 span { border-color: rgb(221,193,3); }

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