Html Css Color HEX #CDBA2D Old Gold

📋 copy color: '#CDBA2D'

red 205 ◦ green 186 ◦ blue 45

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

Shades of Old Gold #CDBA2D

Tints of Old Gold #CDBA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.66%

 BLUE value IS 45 (17.97% from 255) = 10.32%

R = 47.02%
G = 42.66%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDBA2D (or 0xCDBA2D) is known color: Old Gold. HEX triplet: CD, BA and 2D. RGB value is (205,186,45). Sum of RGB (Red+Green+Blue) = 205+186+45=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA2D is #3245D2. Grayscale: #B0B0B0. Windows color (decimal): -3294675 or 2996941. OLE color: 2996941.

HSL color Cylindrical-coordinate representation of color #CDBA2D: hue angle of 52.88º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDBA2D is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 186 45 -
CMYK 0 0.09 0.78 0.20
HSL 52.88º 0.64% 0.49% -
HSV(B) 52.88º 0.78% 0.8% -
XYZ 43.21 48.29 9.53 -
YUV 175.61 54.29 148.96 -
System Red Green Blue C M Y K H S L
Decimal 205 186 45 0 0.09 0.78 0.20 52.88 0.64 0.49
Hex CD BA 2D 0 9 4E 14 35 40 31
Octal 315 272 55 0 11 116 24 65 100 61
Binary 11001101 10111010 101101 0 1001 1001110 10100 110101 1000000 110001

Color Harmonies of #CDBA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBA2D

Black with #CDBA2D

Text Example


Text Example

White with #CDBA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBA2D; }

 p { color: rgb(205,186,45); }

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

background-color css

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

 a { background-color: rgb(205,186,45); }

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

border-color css

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

 span { border-color: rgb(205,186,45); }

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