Html Css Color HEX #FFDC0D Golden Yellow

📋 copy color: '#FFDC0D'

red 255 ◦ green 220 ◦ blue 13

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

Shades of Golden Yellow #FFDC0D

Tints of Golden Yellow #FFDC0D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.08%

 BLUE value IS 13 (5.47% from 255) = 2.66%

R = 52.25%
G = 45.08%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFDC0D (or 0xFFDC0D) is known color: Golden Yellow. HEX triplet: FF, DC and 0D. RGB value is (255,220,13). Sum of RGB (Red+Green+Blue) = 255+220+13=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 13 (5.47% from 255 or 2.66% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC0D is #0023F2. Grayscale: #CFCFCF. Windows color (decimal): -9203 or 908543. OLE color: 908543.

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

Color convert

RGB 255 220 13 -
CMYK 0 0.14 0.95 0
HSL 51.32º 1% 0.53% -
HSV(B) 51.32º 0.95% 1% -
XYZ 66.91 72.48 10.84 -
YUV 206.87 18.6 162.33 -
System Red Green Blue C M Y K H S L
Decimal 255 220 13 0 0.14 0.95 0 51.32 1 0.53
Hex FF DC D 0 E 5F 0 33 64 35
Octal 377 334 15 0 16 137 0 63 144 65
Binary 11111111 11011100 1101 0 1110 1011111 0 110011 1100100 110101

Color Harmonies of #FFDC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC0D

Black with #FFDC0D

Text Example


Text Example

White with #FFDC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC0D; }

 p { color: rgb(255,220,13); }

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

background-color css

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

 a { background-color: rgb(255,220,13); }

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

border-color css

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

 span { border-color: rgb(255,220,13); }

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