Html Css Color HEX #FFDE0C Golden Yellow

📋 copy color: '#FFDE0C'

red 255 ◦ green 222 ◦ blue 12

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

Shades of Golden Yellow #FFDE0C

Tints of Golden Yellow #FFDE0C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.4%

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

R = 52.15%
G = 45.4%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFDE0C (or 0xFFDE0C) is known color: Golden Yellow. HEX triplet: FF, DE and 0C. RGB value is (255,222,12). Sum of RGB (Red+Green+Blue) = 255+222+12=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 12 (5.08% from 255 or 2.45% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE0C is #0021F3. Grayscale: #D0D0D0. Windows color (decimal): -8692 or 843519. OLE color: 843519.

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

Color convert

RGB 255 222 12 -
CMYK 0 0.13 0.95 0
HSL 51.85º 1% 0.52% -
HSV(B) 51.85º 0.95% 1% -
XYZ 67.43 73.53 10.99 -
YUV 207.93 17.43 161.58 -
System Red Green Blue C M Y K H S L
Decimal 255 222 12 0 0.13 0.95 0 51.85 1 0.52
Hex FF DE C 0 D 5F 0 34 64 34
Octal 377 336 14 0 15 137 0 64 144 64
Binary 11111111 11011110 1100 0 1101 1011111 0 110100 1100100 110100

Color Harmonies of #FFDE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE0C

Black with #FFDE0C

Text Example


Text Example

White with #FFDE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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