Html Css Color HEX #FDD385 Cherokee

📋 copy color: '#FDD385'

red 253 ◦ green 211 ◦ blue 133

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

Shades of Cherokee #FDD385

Tints of Cherokee #FDD385

RGB

 RED value IS 253 (99.22% from 255) = 42.38%

 GREEN value IS 211 (82.81% from 255) = 35.34%

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

R = 42.38%
G = 35.34%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDD385 (or 0xFDD385) is known color: Cherokee. HEX triplet: FD, D3 and 85. RGB value is (253,211,133). Sum of RGB (Red+Green+Blue) = 253+211+133=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD385 is #022C7A. Grayscale: #D7D7D7. Windows color (decimal): -142459 or 8770557. OLE color: 8770557.

HSL color Cylindrical-coordinate representation of color #FDD385: hue angle of 39º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDD385 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 211 133 -
CMYK 0 0.17 0.47 0.01
HSL 39º 0.97% 0.76% -
HSV(B) 39º 0.47% 0.99% -
XYZ 68.04 69.16 31.95 -
YUV 214.67 81.91 155.34 -
System Red Green Blue C M Y K H S L
Decimal 253 211 133 0 0.17 0.47 0.01 39 0.97 0.76
Hex FD D3 85 0 11 2F 1 27 61 4C
Octal 375 323 205 0 21 57 1 47 141 114
Binary 11111101 11010011 10000101 0 10001 101111 1 100111 1100001 1001100

Color Harmonies of #FDD385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD385

Black with #FDD385

Text Example


Text Example

White with #FDD385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD385; }

 p { color: rgb(253,211,133); }

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

background-color css

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

 a { background-color: rgb(253,211,133); }

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

border-color css

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

 span { border-color: rgb(253,211,133); }

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