Html Css Color HEX #FDD284 Cherokee

📋 copy color: '#FDD284'

red 253 ◦ green 210 ◦ blue 132

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

Shades of Cherokee #FDD284

Tints of Cherokee #FDD284

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.29%

 BLUE value IS 132 (51.95% from 255) = 22.18%

R = 42.52%
G = 35.29%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDD284 (or 0xFDD284) is known color: Cherokee. HEX triplet: FD, D2 and 84. RGB value is (253,210,132). Sum of RGB (Red+Green+Blue) = 253+210+132=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD284 is #022D7B. Grayscale: #D6D6D6. Windows color (decimal): -142716 or 8704765. OLE color: 8704765.

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

Color convert

RGB 253 210 132 -
CMYK 0 0.17 0.48 0.01
HSL 38.68º 0.97% 0.75% -
HSV(B) 38.68º 0.48% 0.99% -
XYZ 67.72 68.64 31.51 -
YUV 213.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 253 210 132 0 0.17 0.48 0.01 38.68 0.97 0.75
Hex FD D2 84 0 11 30 1 27 61 4B
Octal 375 322 204 0 21 60 1 47 141 113
Binary 11111101 11010010 10000100 0 10001 110000 1 100111 1100001 1001011

Color Harmonies of #FDD284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD284

Black with #FDD284

Text Example


Text Example

White with #FDD284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD284; }

 p { color: rgb(253,210,132); }

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

background-color css

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

 a { background-color: rgb(253,210,132); }

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

border-color css

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

 span { border-color: rgb(253,210,132); }

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