Html Css Color HEX #D5CE83 Deco

📋 copy color: '#D5CE83'

red 213 ◦ green 206 ◦ blue 131

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

Shades of Deco #D5CE83

Tints of Deco #D5CE83

RGB

 RED value IS 213 (83.59% from 255) = 38.73%

 GREEN value IS 206 (80.86% from 255) = 37.45%

 BLUE value IS 131 (51.56% from 255) = 23.82%

R = 38.73%
G = 37.45%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5CE83 (or 0xD5CE83) is known color: Deco. HEX triplet: D5, CE and 83. RGB value is (213,206,131). Sum of RGB (Red+Green+Blue) = 213+206+131=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE83 is #2A317C. Grayscale: #C7C7C7. Windows color (decimal): -2765181 or 8638165. OLE color: 8638165.

HSL color Cylindrical-coordinate representation of color #D5CE83: hue angle of 54.88º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5CE83 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 206 131 -
CMYK 0 0.03 0.38 0.16
HSL 54.88º 0.49% 0.67% -
HSV(B) 54.88º 0.38% 0.84% -
XYZ 53.61 59.93 30.21 -
YUV 199.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 213 206 131 0 0.03 0.38 0.16 54.88 0.49 0.67
Hex D5 CE 83 0 3 26 10 37 31 43
Octal 325 316 203 0 3 46 20 67 61 103
Binary 11010101 11001110 10000011 0 11 100110 10000 110111 110001 1000011

Color Harmonies of #D5CE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE83

Black with #D5CE83

Text Example


Text Example

White with #D5CE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE83; }

 p { color: rgb(213,206,131); }

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

background-color css

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

 a { background-color: rgb(213,206,131); }

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

border-color css

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

 span { border-color: rgb(213,206,131); }

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