Html Css Color HEX #FFDD03 Golden Yellow

📋 copy color: '#FFDD03'

red 255 ◦ green 221 ◦ blue 3

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

Shades of Golden Yellow #FFDD03

Tints of Golden Yellow #FFDD03

RGB

 RED value IS 255 (100% from 255) = 53.24%

 GREEN value IS 221 (86.72% from 255) = 46.14%

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

R = 53.24%
G = 46.14%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFDD03 (or 0xFFDD03) is known color: Golden Yellow. HEX triplet: FF, DD and 03. RGB value is (255,221,3). Sum of RGB (Red+Green+Blue) = 255+221+3=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 3 (1.56% from 255 or 0.63% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD03 is #0022FC. Grayscale: #CFCFCF. Windows color (decimal): -8957 or 253439. OLE color: 253439.

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

Color convert

RGB 255 221 3 -
CMYK 0 0.13 0.99 0
HSL 51.9º 1% 0.51% -
HSV(B) 51.9º 0.99% 1% -
XYZ 67.11 72.98 10.64 -
YUV 206.31 13.26 162.73 -
System Red Green Blue C M Y K H S L
Decimal 255 221 3 0 0.13 0.99 0 51.9 1 0.51
Hex FF DD 3 0 D 63 0 34 64 33
Octal 377 335 3 0 15 143 0 64 144 63
Binary 11111111 11011101 11 0 1101 1100011 0 110100 1100100 110011

Color Harmonies of #FFDD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD03

Black with #FFDD03

Text Example


Text Example

White with #FFDD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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