Html Css Color HEX #CBA541 Sundance

📋 copy color: '#CBA541'

red 203 ◦ green 165 ◦ blue 65

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

Shades of Sundance #CBA541

Tints of Sundance #CBA541

RGB

 RED value IS 203 (79.69% from 255) = 46.88%

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

 BLUE value IS 65 (25.78% from 255) = 15.01%

R = 46.88%
G = 38.11%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBA541 (or 0xCBA541) is known color: Sundance. HEX triplet: CB, A5 and 41. RGB value is (203,165,65). Sum of RGB (Red+Green+Blue) = 203+165+65=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA541 is #345ABE. Grayscale: #A5A5A5. Windows color (decimal): -3431103 or 4302283. OLE color: 4302283.

HSL color Cylindrical-coordinate representation of color #CBA541: hue angle of 43.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBA541 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 65 -
CMYK 0 0.19 0.68 0.20
HSL 43.48º 0.57% 0.53% -
HSV(B) 43.48º 0.68% 0.8% -
XYZ 39.04 39.99 10.66 -
YUV 164.96 71.59 155.13 -
System Red Green Blue C M Y K H S L
Decimal 203 165 65 0 0.19 0.68 0.20 43.48 0.57 0.53
Hex CB A5 41 0 13 44 14 2B 39 35
Octal 313 245 101 0 23 104 24 53 71 65
Binary 11001011 10100101 1000001 0 10011 1000100 10100 101011 111001 110101

Color Harmonies of #CBA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA541

Black with #CBA541

Text Example


Text Example

White with #CBA541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA541; }

 p { color: rgb(203,165,65); }

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

background-color css

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

 a { background-color: rgb(203,165,65); }

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

border-color css

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

 span { border-color: rgb(203,165,65); }

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