Html Css Color HEX #D4CB71 Wild Rice

📋 copy color: '#D4CB71'

red 212 ◦ green 203 ◦ blue 113

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

Shades of Wild Rice #D4CB71

Tints of Wild Rice #D4CB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 40.15%
G = 38.45%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D4CB71 (or 0xD4CB71) is known color: Wild Rice. HEX triplet: D4, CB and 71. RGB value is (212,203,113). Sum of RGB (Red+Green+Blue) = 212+203+113=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB71 is #2B348E. Grayscale: #C3C3C3. Windows color (decimal): -2831503 or 7457748. OLE color: 7457748.

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

Color convert

RGB 212 203 113 -
CMYK 0 0.04 0.47 0.17
HSL 54.55º 0.54% 0.64% -
HSV(B) 54.55º 0.47% 0.83% -
XYZ 51.49 57.9 24.09 -
YUV 195.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 212 203 113 0 0.04 0.47 0.17 54.55 0.54 0.64
Hex D4 CB 71 0 4 2F 11 37 36 40
Octal 324 313 161 0 4 57 21 67 66 100
Binary 11010100 11001011 1110001 0 100 101111 10001 110111 110110 1000000

Color Harmonies of #D4CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB71

Black with #D4CB71

Text Example


Text Example

White with #D4CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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