Html Css Color HEX #CDA479 Cameo

📋 copy color: '#CDA479'

red 205 ◦ green 164 ◦ blue 121

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

Shades of Cameo #CDA479

Tints of Cameo #CDA479

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.47%

 BLUE value IS 121 (47.66% from 255) = 24.69%

R = 41.84%
G = 33.47%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDA479 (or 0xCDA479) is known color: Cameo. HEX triplet: CD, A4 and 79. RGB value is (205,164,121). Sum of RGB (Red+Green+Blue) = 205+164+121=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA479 is #325B86. Grayscale: #ABABAB. Windows color (decimal): -3300231 or 7972045. OLE color: 7972045.

HSL color Cylindrical-coordinate representation of color #CDA479: hue angle of 30.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDA479 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 164 121 -
CMYK 0 0.2 0.41 0.20
HSL 30.71º 0.46% 0.64% -
HSV(B) 30.71º 0.41% 0.8% -
XYZ 41.9 40.91 23.78 -
YUV 171.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 205 164 121 0 0.2 0.41 0.20 30.71 0.46 0.64
Hex CD A4 79 0 14 29 14 1F 2E 40
Octal 315 244 171 0 24 51 24 37 56 100
Binary 11001101 10100100 1111001 0 10100 101001 10100 11111 101110 1000000

Color Harmonies of #CDA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA479

Black with #CDA479

Text Example


Text Example

White with #CDA479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA479; }

 p { color: rgb(205,164,121); }

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

background-color css

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

 a { background-color: rgb(205,164,121); }

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

border-color css

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

 span { border-color: rgb(205,164,121); }

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