Html Css Color HEX #DDC003 Sunflower

📋 copy color: '#DDC003'

red 221 ◦ green 192 ◦ blue 3

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

Shades of Sunflower #DDC003

Tints of Sunflower #DDC003

RGB

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

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

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

R = 53.13%
G = 46.15%
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

#DDC003 (or 0xDDC003) is known color: Sunflower. HEX triplet: DD, C0 and 03. RGB value is (221,192,3). Sum of RGB (Red+Green+Blue) = 221+192+3=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC003 is #223FFC. Grayscale: #B3B3B3. Windows color (decimal): -2244605 or 245981. OLE color: 245981.

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

Color convert

RGB 221 192 3 -
CMYK 0 0.13 0.99 0.13
HSL 52.02º 0.97% 0.44% -
HSV(B) 52.02º 0.99% 0.87% -
XYZ 48.68 53.08 7.77 -
YUV 179.13 28.61 157.87 -
System Red Green Blue C M Y K H S L
Decimal 221 192 3 0 0.13 0.99 0.13 52.02 0.97 0.44
Hex DD C0 3 0 D 63 D 34 61 2C
Octal 335 300 3 0 15 143 15 64 141 54
Binary 11011101 11000000 11 0 1101 1100011 1101 110100 1100001 101100

Color Harmonies of #DDC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC003

Black with #DDC003

Text Example


Text Example

White with #DDC003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC003; }

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

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

background-color css

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

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

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

border-color css

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

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

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