Html Css Color HEX #CDA478 Cameo

📋 copy color: '#CDA478'

red 205 ◦ green 164 ◦ blue 120

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

Shades of Cameo #CDA478

Tints of Cameo #CDA478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.54%

R = 41.92%
G = 33.54%
B = 24.54%

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

#CDA478 (or 0xCDA478) is known color: Cameo. HEX triplet: CD, A4 and 78. RGB value is (205,164,120). Sum of RGB (Red+Green+Blue) = 205+164+120=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA478 is #325B87. Grayscale: #ABABAB. Windows color (decimal): -3300232 or 7906509. OLE color: 7906509.

HSL color Cylindrical-coordinate representation of color #CDA478: hue angle of 31.06º 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 #CDA478 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 164 120 -
CMYK 0 0.2 0.41 0.20
HSL 31.06º 0.46% 0.64% -
HSV(B) 31.06º 0.41% 0.8% -
XYZ 41.84 40.89 23.46 -
YUV 171.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 205 164 120 0 0.2 0.41 0.20 31.06 0.46 0.64
Hex CD A4 78 0 14 29 14 1F 2E 40
Octal 315 244 170 0 24 51 24 37 56 100
Binary 11001101 10100100 1111000 0 10100 101001 10100 11111 101110 1000000

Color Harmonies of #CDA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA478

Black with #CDA478

Text Example


Text Example

White with #CDA478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA478; }

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

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

background-color css

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

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

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

border-color css

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

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

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