Html Css Color HEX #D8CB75 Wild Rice

📋 copy color: '#D8CB75'

red 216 ◦ green 203 ◦ blue 117

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

Shades of Wild Rice #D8CB75

Tints of Wild Rice #D8CB75

RGB

 RED value IS 216 (84.77% from 255) = 40.3%

 GREEN value IS 203 (79.69% from 255) = 37.87%

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

R = 40.3%
G = 37.87%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D8CB75 (or 0xD8CB75) is known color: Wild Rice. HEX triplet: D8, CB and 75. RGB value is (216,203,117). Sum of RGB (Red+Green+Blue) = 216+203+117=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB75 is #27348A. Grayscale: #C5C5C5. Windows color (decimal): -2569355 or 7719896. OLE color: 7719896.

HSL color Cylindrical-coordinate representation of color #D8CB75: hue angle of 52.12º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8CB75 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 203 117 -
CMYK 0 0.06 0.46 0.15
HSL 52.12º 0.56% 0.65% -
HSV(B) 52.12º 0.46% 0.85% -
XYZ 52.89 58.6 25.35 -
YUV 197.08 82.81 141.49 -
System Red Green Blue C M Y K H S L
Decimal 216 203 117 0 0.06 0.46 0.15 52.12 0.56 0.65
Hex D8 CB 75 0 6 2E F 34 38 41
Octal 330 313 165 0 6 56 17 64 70 101
Binary 11011000 11001011 1110101 0 110 101110 1111 110100 111000 1000001

Color Harmonies of #D8CB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CB75

Black with #D8CB75

Text Example


Text Example

White with #D8CB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CB75; }

 p { color: rgb(216,203,117); }

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

background-color css

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

 a { background-color: rgb(216,203,117); }

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

border-color css

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

 span { border-color: rgb(216,203,117); }

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