Html Css Color HEX #F2DC67 Golden Sand

📋 copy color: '#F2DC67'

red 242 ◦ green 220 ◦ blue 103

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

Shades of Golden Sand #F2DC67

Tints of Golden Sand #F2DC67

RGB

 RED value IS 242 (94.92% from 255) = 42.83%

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

 BLUE value IS 103 (40.63% from 255) = 18.23%

R = 42.83%
G = 38.94%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2DC67 (or 0xF2DC67) is known color: Golden Sand. HEX triplet: F2, DC and 67. RGB value is (242,220,103). Sum of RGB (Red+Green+Blue) = 242+220+103=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 103 (40.62% from 255 or 18.23% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC67 is #0D2398. Grayscale: #D5D5D5. Windows color (decimal): -861081 or 6806770. OLE color: 6806770.

HSL color Cylindrical-coordinate representation of color #F2DC67: hue angle of 50.5º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2DC67 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 220 103 -
CMYK 0 0.09 0.57 0.05
HSL 50.5º 0.84% 0.68% -
HSV(B) 50.5º 0.57% 0.95% -
XYZ 64.66 71.04 23.14 -
YUV 213.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 242 220 103 0 0.09 0.57 0.05 50.5 0.84 0.68
Hex F2 DC 67 0 9 39 5 33 54 44
Octal 362 334 147 0 11 71 5 63 124 104
Binary 11110010 11011100 1100111 0 1001 111001 101 110011 1010100 1000100

Color Harmonies of #F2DC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC67

Black with #F2DC67

Text Example


Text Example

White with #F2DC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC67; }

 p { color: rgb(242,220,103); }

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

background-color css

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

 a { background-color: rgb(242,220,103); }

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

border-color css

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

 span { border-color: rgb(242,220,103); }

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