Html Css Color HEX #FFD185 Cherokee

📋 copy color: '#FFD185'

red 255 ◦ green 209 ◦ blue 133

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

Shades of Cherokee #FFD185

Tints of Cherokee #FFD185

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.01%

 BLUE value IS 133 (52.34% from 255) = 22.28%

R = 42.71%
G = 35.01%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFD185 (or 0xFFD185) is known color: Cherokee. HEX triplet: FF, D1 and 85. RGB value is (255,209,133). Sum of RGB (Red+Green+Blue) = 255+209+133=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD185 is #002E7A. Grayscale: #D6D6D6. Windows color (decimal): -11899 or 8770047. OLE color: 8770047.

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

Color convert

RGB 255 209 133 -
CMYK 0 0.18 0.48 0
HSL 37.38º 1% 0.76% -
HSV(B) 37.38º 0.48% 1% -
XYZ 68.27 68.55 31.82 -
YUV 214.09 82.24 157.18 -
System Red Green Blue C M Y K H S L
Decimal 255 209 133 0 0.18 0.48 0 37.38 1 0.76
Hex FF D1 85 0 12 30 0 25 64 4C
Octal 377 321 205 0 22 60 0 45 144 114
Binary 11111111 11010001 10000101 0 10010 110000 0 100101 1100100 1001100

Color Harmonies of #FFD185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD185

Black with #FFD185

Text Example


Text Example

White with #FFD185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD185; }

 p { color: rgb(255,209,133); }

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

background-color css

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

 a { background-color: rgb(255,209,133); }

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

border-color css

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

 span { border-color: rgb(255,209,133); }

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