Html Css Color HEX #CDB541 Old Gold

📋 copy color: '#CDB541'

red 205 ◦ green 181 ◦ blue 65

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

Shades of Old Gold #CDB541

Tints of Old Gold #CDB541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.13%

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

R = 45.45%
G = 40.13%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDB541 (or 0xCDB541) is known color: Old Gold. HEX triplet: CD, B5 and 41. RGB value is (205,181,65). Sum of RGB (Red+Green+Blue) = 205+181+65=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB541 is #324ABE. Grayscale: #AFAFAF. Windows color (decimal): -3295935 or 4306381. OLE color: 4306381.

HSL color Cylindrical-coordinate representation of color #CDB541: hue angle of 49.71º degrees, saturation: 0.58, 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 #CDB541 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 65 -
CMYK 0 0.12 0.68 0.20
HSL 49.71º 0.58% 0.53% -
HSV(B) 49.71º 0.68% 0.8% -
XYZ 42.65 46.41 11.71 -
YUV 174.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 205 181 65 0 0.12 0.68 0.20 49.71 0.58 0.53
Hex CD B5 41 0 C 44 14 32 3A 35
Octal 315 265 101 0 14 104 24 62 72 65
Binary 11001101 10110101 1000001 0 1100 1000100 10100 110010 111010 110101

Color Harmonies of #CDB541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB541

Black with #CDB541

Text Example


Text Example

White with #CDB541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB541; }

 p { color: rgb(205,181,65); }

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

background-color css

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

 a { background-color: rgb(205,181,65); }

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

border-color css

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

 span { border-color: rgb(205,181,65); }

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