Html Css Color HEX #FFDC0C Golden Yellow

📋 copy color: '#FFDC0C'

red 255 ◦ green 220 ◦ blue 12

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

Shades of Golden Yellow #FFDC0C

Tints of Golden Yellow #FFDC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.46%

R = 52.36%
G = 45.17%
B = 2.46%

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

#FFDC0C (or 0xFFDC0C) is known color: Golden Yellow. HEX triplet: FF, DC and 0C. RGB value is (255,220,12). Sum of RGB (Red+Green+Blue) = 255+220+12=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 12 (5.08% from 255 or 2.46% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC0C is #0023F3. Grayscale: #CFCFCF. Windows color (decimal): -9204 or 843007. OLE color: 843007.

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

Color convert

RGB 255 220 12 -
CMYK 0 0.14 0.95 0
HSL 51.36º 1% 0.52% -
HSV(B) 51.36º 0.95% 1% -
XYZ 66.9 72.47 10.81 -
YUV 206.75 18.1 162.41 -
System Red Green Blue C M Y K H S L
Decimal 255 220 12 0 0.14 0.95 0 51.36 1 0.52
Hex FF DC C 0 E 5F 0 33 64 34
Octal 377 334 14 0 16 137 0 63 144 64
Binary 11111111 11011100 1100 0 1110 1011111 0 110011 1100100 110100

Color Harmonies of #FFDC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC0C

Black with #FFDC0C

Text Example


Text Example

White with #FFDC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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