Html Css Color HEX #CDB840 Old Gold

📋 copy color: '#CDB840'

red 205 ◦ green 184 ◦ blue 64

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

Shades of Old Gold #CDB840

Tints of Old Gold #CDB840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.13%

R = 45.25%
G = 40.62%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDB840 (or 0xCDB840) is known color: Old Gold. HEX triplet: CD, B8 and 40. RGB value is (205,184,64). Sum of RGB (Red+Green+Blue) = 205+184+64=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB840 is #3247BF. Grayscale: #B1B1B1. Windows color (decimal): -3295168 or 4241613. OLE color: 4241613.

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

Color convert

RGB 205 184 64 -
CMYK 0 0.10 0.69 0.20
HSL 51.06º 0.59% 0.53% -
HSV(B) 51.06º 0.69% 0.8% -
XYZ 43.24 47.63 11.76 -
YUV 176.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 205 184 64 0 0.10 0.69 0.20 51.06 0.59 0.53
Hex CD B8 40 0 A 45 14 33 3B 35
Octal 315 270 100 0 12 105 24 63 73 65
Binary 11001101 10111000 1000000 0 1010 1000101 10100 110011 111011 110101

Color Harmonies of #CDB840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB840

Black with #CDB840

Text Example


Text Example

White with #CDB840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB840; }

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

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

background-color css

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

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

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

border-color css

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

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

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