Html Css Color HEX #CDA54C Sundance

📋 copy color: '#CDA54C'

red 205 ◦ green 165 ◦ blue 76

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

Shades of Sundance #CDA54C

Tints of Sundance #CDA54C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37%

 BLUE value IS 76 (30.08% from 255) = 17.04%

R = 45.96%
G = 37%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CDA54C (or 0xCDA54C) is known color: Sundance. HEX triplet: CD, A5 and 4C. RGB value is (205,165,76). Sum of RGB (Red+Green+Blue) = 205+165+76=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA54C is #325AB3. Grayscale: #A7A7A7. Windows color (decimal): -3300020 or 5023181. OLE color: 5023181.

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

Color convert

RGB 205 165 76 -
CMYK 0 0.20 0.63 0.20
HSL 41.4º 0.56% 0.55% -
HSV(B) 41.4º 0.63% 0.8% -
XYZ 39.94 40.41 12.53 -
YUV 166.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 205 165 76 0 0.20 0.63 0.20 41.4 0.56 0.55
Hex CD A5 4C 0 14 3F 14 29 38 37
Octal 315 245 114 0 24 77 24 51 70 67
Binary 11001101 10100101 1001100 0 10100 111111 10100 101001 111000 110111

Color Harmonies of #CDA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA54C

Black with #CDA54C

Text Example


Text Example

White with #CDA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA54C; }

 p { color: rgb(205,165,76); }

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

background-color css

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

 a { background-color: rgb(205,165,76); }

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

border-color css

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

 span { border-color: rgb(205,165,76); }

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