Html Css Color HEX #D5A67B Cameo

📋 copy color: '#D5A67B'

red 213 ◦ green 166 ◦ blue 123

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

Shades of Cameo #D5A67B

Tints of Cameo #D5A67B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.07%

 BLUE value IS 123 (48.44% from 255) = 24.5%

R = 42.43%
G = 33.07%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5A67B (or 0xD5A67B) is known color: Cameo. HEX triplet: D5, A6 and 7B. RGB value is (213,166,123). Sum of RGB (Red+Green+Blue) = 213+166+123=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A67B is #2A5984. Grayscale: #AFAFAF. Windows color (decimal): -2775429 or 8103637. OLE color: 8103637.

HSL color Cylindrical-coordinate representation of color #D5A67B: hue angle of 28.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5A67B is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 166 123 -
CMYK 0 0.22 0.42 0.16
HSL 28.67º 0.52% 0.66% -
HSV(B) 28.67º 0.42% 0.84% -
XYZ 44.65 42.85 24.66 -
YUV 175.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 213 166 123 0 0.22 0.42 0.16 28.67 0.52 0.66
Hex D5 A6 7B 0 16 2A 10 1D 34 42
Octal 325 246 173 0 26 52 20 35 64 102
Binary 11010101 10100110 1111011 0 10110 101010 10000 11101 110100 1000010

Color Harmonies of #D5A67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A67B

Black with #D5A67B

Text Example


Text Example

White with #D5A67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A67B; }

 p { color: rgb(213,166,123); }

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

background-color css

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

 a { background-color: rgb(213,166,123); }

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

border-color css

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

 span { border-color: rgb(213,166,123); }

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