Html Css Color HEX #FFD67C Salomie

📋 copy color: '#FFD67C'

red 255 ◦ green 214 ◦ blue 124

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

Shades of Salomie #FFD67C

Tints of Salomie #FFD67C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.09%

 BLUE value IS 124 (48.83% from 255) = 20.91%

R = 43%
G = 36.09%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFD67C (or 0xFFD67C) is known color: Salomie. HEX triplet: FF, D6 and 7C. RGB value is (255,214,124). Sum of RGB (Red+Green+Blue) = 255+214+124=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 124 (48.83% from 255 or 20.91% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD67C is #002983. Grayscale: #D8D8D8. Windows color (decimal): -10628 or 8181503. OLE color: 8181503.

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

Color convert

RGB 255 214 124 -
CMYK 0 0.16 0.51 0
HSL 41.22º 1% 0.74% -
HSV(B) 41.22º 0.51% 1% -
XYZ 68.92 70.81 29.1 -
YUV 216 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 255 214 124 0 0.16 0.51 0 41.22 1 0.74
Hex FF D6 7C 0 10 33 0 29 64 4A
Octal 377 326 174 0 20 63 0 51 144 112
Binary 11111111 11010110 1111100 0 10000 110011 0 101001 1100100 1001010

Color Harmonies of #FFD67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD67C

Black with #FFD67C

Text Example


Text Example

White with #FFD67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD67C; }

 p { color: rgb(255,214,124); }

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

background-color css

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

 a { background-color: rgb(255,214,124); }

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

border-color css

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

 span { border-color: rgb(255,214,124); }

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