Html Css Color HEX #FFDD02 Golden Yellow

📋 copy color: '#FFDD02'

red 255 ◦ green 221 ◦ blue 2

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

Shades of Golden Yellow #FFDD02

Tints of Golden Yellow #FFDD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 53.35%
G = 46.23%
B = 0.42%

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

#FFDD02 (or 0xFFDD02) is known color: Golden Yellow. HEX triplet: FF, DD and 02. RGB value is (255,221,2). Sum of RGB (Red+Green+Blue) = 255+221+2=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 2 (1.17% from 255 or 0.42% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD02 is #0022FD. Grayscale: #CFCFCF. Windows color (decimal): -8958 or 187903. OLE color: 187903.

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

Color convert

RGB 255 221 2 -
CMYK 0 0.13 0.99 0
HSL 51.94º 1% 0.5% -
HSV(B) 51.94º 0.99% 1% -
XYZ 67.11 72.98 10.61 -
YUV 206.2 12.76 162.81 -
System Red Green Blue C M Y K H S L
Decimal 255 221 2 0 0.13 0.99 0 51.94 1 0.5
Hex FF DD 2 0 D 63 0 34 64 32
Octal 377 335 2 0 15 143 0 64 144 62
Binary 11111111 11011101 10 0 1101 1100011 0 110100 1100100 110010

Color Harmonies of #FFDD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD02

Black with #FFDD02

Text Example


Text Example

White with #FFDD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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