Html Css Color HEX #CDA376 Cameo

📋 copy color: '#CDA376'

red 205 ◦ green 163 ◦ blue 118

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

Shades of Cameo #CDA376

Tints of Cameo #CDA376

RGB

 RED value IS 205 (80.47% from 255) = 42.18%

 GREEN value IS 163 (64.06% from 255) = 33.54%

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 42.18%
G = 33.54%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDA376 (or 0xCDA376) is known color: Cameo. HEX triplet: CD, A3 and 76. RGB value is (205,163,118). Sum of RGB (Red+Green+Blue) = 205+163+118=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA376 is #325C89. Grayscale: #AAAAAA. Windows color (decimal): -3300490 or 7775181. OLE color: 7775181.

HSL color Cylindrical-coordinate representation of color #CDA376: hue angle of 31.03º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDA376 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 163 118 -
CMYK 0 0.20 0.42 0.20
HSL 31.03º 0.47% 0.63% -
HSV(B) 31.03º 0.42% 0.8% -
XYZ 41.54 40.48 22.76 -
YUV 170.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 205 163 118 0 0.20 0.42 0.20 31.03 0.47 0.63
Hex CD A3 76 0 14 2A 14 1F 2F 3F
Octal 315 243 166 0 24 52 24 37 57 77
Binary 11001101 10100011 1110110 0 10100 101010 10100 11111 101111 111111

Color Harmonies of #CDA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA376

Black with #CDA376

Text Example


Text Example

White with #CDA376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA376; }

 p { color: rgb(205,163,118); }

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

background-color css

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

 a { background-color: rgb(205,163,118); }

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

border-color css

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

 span { border-color: rgb(205,163,118); }

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