Html Css Color HEX #CDB341 Old Gold

📋 copy color: '#CDB341'

red 205 ◦ green 179 ◦ blue 65

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

Shades of Old Gold #CDB341

Tints of Old Gold #CDB341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.87%

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

R = 45.66%
G = 39.87%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDB341 (or 0xCDB341) is known color: Old Gold. HEX triplet: CD, B3 and 41. RGB value is (205,179,65). Sum of RGB (Red+Green+Blue) = 205+179+65=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB341 is #324CBE. Grayscale: #AEAEAE. Windows color (decimal): -3296447 or 4305869. OLE color: 4305869.

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

Color convert

RGB 205 179 65 -
CMYK 0 0.13 0.68 0.20
HSL 48.86º 0.58% 0.53% -
HSV(B) 48.86º 0.68% 0.8% -
XYZ 42.25 45.6 11.58 -
YUV 173.78 66.61 150.27 -
System Red Green Blue C M Y K H S L
Decimal 205 179 65 0 0.13 0.68 0.20 48.86 0.58 0.53
Hex CD B3 41 0 D 44 14 31 3A 35
Octal 315 263 101 0 15 104 24 61 72 65
Binary 11001101 10110011 1000001 0 1101 1000100 10100 110001 111010 110101

Color Harmonies of #CDB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB341

Black with #CDB341

Text Example


Text Example

White with #CDB341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB341; }

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

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

background-color css

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

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

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

border-color css

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

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

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