Html Css Color HEX #CDB841 Old Gold

📋 copy color: '#CDB841'

red 205 ◦ green 184 ◦ blue 65

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

Shades of Old Gold #CDB841

Tints of Old Gold #CDB841

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.53%

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

R = 45.15%
G = 40.53%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDB841 (or 0xCDB841) is known color: Old Gold. HEX triplet: CD, B8 and 41. RGB value is (205,184,65). Sum of RGB (Red+Green+Blue) = 205+184+65=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB841 is #3247BE. Grayscale: #B1B1B1. Windows color (decimal): -3295167 or 4307149. OLE color: 4307149.

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

Color convert

RGB 205 184 65 -
CMYK 0 0.10 0.68 0.20
HSL 51º 0.58% 0.53% -
HSV(B) 51º 0.68% 0.8% -
XYZ 43.27 47.64 11.92 -
YUV 176.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 205 184 65 0 0.10 0.68 0.20 51 0.58 0.53
Hex CD B8 41 0 A 44 14 33 3A 35
Octal 315 270 101 0 12 104 24 63 72 65
Binary 11001101 10111000 1000001 0 1010 1000100 10100 110011 111010 110101

Color Harmonies of #CDB841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB841

Black with #CDB841

Text Example


Text Example

White with #CDB841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB841; }

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

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

background-color css

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

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

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

border-color css

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

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

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