Html Css Color HEX #FDD182 Cherokee

📋 copy color: '#FDD182'

red 253 ◦ green 209 ◦ blue 130

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

Shades of Cherokee #FDD182

Tints of Cherokee #FDD182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.96%

R = 42.74%
G = 35.3%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDD182 (or 0xFDD182) is known color: Cherokee. HEX triplet: FD, D1 and 82. RGB value is (253,209,130). Sum of RGB (Red+Green+Blue) = 253+209+130=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD182 is #022E7D. Grayscale: #D5D5D5. Windows color (decimal): -142974 or 8573437. OLE color: 8573437.

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

Color convert

RGB 253 209 130 -
CMYK 0 0.17 0.49 0.01
HSL 38.54º 0.97% 0.75% -
HSV(B) 38.54º 0.49% 0.99% -
XYZ 67.34 68.1 30.71 -
YUV 213.15 81.08 156.42 -
System Red Green Blue C M Y K H S L
Decimal 253 209 130 0 0.17 0.49 0.01 38.54 0.97 0.75
Hex FD D1 82 0 11 31 1 27 61 4B
Octal 375 321 202 0 21 61 1 47 141 113
Binary 11111101 11010001 10000010 0 10001 110001 1 100111 1100001 1001011

Color Harmonies of #FDD182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD182

Black with #FDD182

Text Example


Text Example

White with #FDD182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD182; }

 p { color: rgb(253,209,130); }

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

background-color css

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

 a { background-color: rgb(253,209,130); }

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

border-color css

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

 span { border-color: rgb(253,209,130); }

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