Html Css Color HEX #D4CB73 Wild Rice

📋 copy color: '#D4CB73'

red 212 ◦ green 203 ◦ blue 115

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

Shades of Wild Rice #D4CB73

Tints of Wild Rice #D4CB73

RGB

 RED value IS 212 (83.2% from 255) = 40%

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

 BLUE value IS 115 (45.31% from 255) = 21.7%

R = 40%
G = 38.3%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D4CB73 (or 0xD4CB73) is known color: Wild Rice. HEX triplet: D4, CB and 73. RGB value is (212,203,115). Sum of RGB (Red+Green+Blue) = 212+203+115=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB73 is #2B348C. Grayscale: #C4C4C4. Windows color (decimal): -2831501 or 7588820. OLE color: 7588820.

HSL color Cylindrical-coordinate representation of color #D4CB73: hue angle of 54.43º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4CB73 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 203 115 -
CMYK 0 0.04 0.46 0.17
HSL 54.43º 0.53% 0.64% -
HSV(B) 54.43º 0.46% 0.83% -
XYZ 51.6 57.95 24.68 -
YUV 195.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 212 203 115 0 0.04 0.46 0.17 54.43 0.53 0.64
Hex D4 CB 73 0 4 2E 11 36 35 40
Octal 324 313 163 0 4 56 21 66 65 100
Binary 11010100 11001011 1110011 0 100 101110 10001 110110 110101 1000000

Color Harmonies of #D4CB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB73

Black with #D4CB73

Text Example


Text Example

White with #D4CB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB73; }

 p { color: rgb(212,203,115); }

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

background-color css

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

 a { background-color: rgb(212,203,115); }

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

border-color css

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

 span { border-color: rgb(212,203,115); }

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