Html Css Color HEX #D5CC75 Wild Rice

📋 copy color: '#D5CC75'

red 213 ◦ green 204 ◦ blue 117

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

Shades of Wild Rice #D5CC75

Tints of Wild Rice #D5CC75

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.2%

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

R = 39.89%
G = 38.2%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5CC75 (or 0xD5CC75) is known color: Wild Rice. HEX triplet: D5, CC and 75. RGB value is (213,204,117). Sum of RGB (Red+Green+Blue) = 213+204+117=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC75 is #2A338A. Grayscale: #C5C5C5. Windows color (decimal): -2765707 or 7720149. OLE color: 7720149.

HSL color Cylindrical-coordinate representation of color #D5CC75: hue angle of 54.38º 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 #D5CC75 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 117 -
CMYK 0 0.04 0.45 0.16
HSL 54.38º 0.53% 0.65% -
HSV(B) 54.38º 0.45% 0.84% -
XYZ 52.24 58.62 25.39 -
YUV 196.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 213 204 117 0 0.04 0.45 0.16 54.38 0.53 0.65
Hex D5 CC 75 0 4 2D 10 36 35 41
Octal 325 314 165 0 4 55 20 66 65 101
Binary 11010101 11001100 1110101 0 100 101101 10000 110110 110101 1000001

Color Harmonies of #D5CC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC75

Black with #D5CC75

Text Example


Text Example

White with #D5CC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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