Html Css Color HEX #D5CE75 Wild Rice

📋 copy color: '#D5CE75'

red 213 ◦ green 206 ◦ blue 117

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

Shades of Wild Rice #D5CE75

Tints of Wild Rice #D5CE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.83%

R = 39.74%
G = 38.43%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5CE75 (or 0xD5CE75) is known color: Wild Rice. HEX triplet: D5, CE and 75. RGB value is (213,206,117). Sum of RGB (Red+Green+Blue) = 213+206+117=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE75 is #2A318A. Grayscale: #C6C6C6. Windows color (decimal): -2765195 or 7720661. OLE color: 7720661.

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

Color convert

RGB 213 206 117 -
CMYK 0 0.03 0.45 0.16
HSL 55.63º 0.53% 0.65% -
HSV(B) 55.63º 0.45% 0.84% -
XYZ 52.72 59.57 25.55 -
YUV 197.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 213 206 117 0 0.03 0.45 0.16 55.63 0.53 0.65
Hex D5 CE 75 0 3 2D 10 38 35 41
Octal 325 316 165 0 3 55 20 70 65 101
Binary 11010101 11001110 1110101 0 11 101101 10000 111000 110101 1000001

Color Harmonies of #D5CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE75

Black with #D5CE75

Text Example


Text Example

White with #D5CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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