Html Css Color HEX #CDBD2D Old Gold

📋 copy color: '#CDBD2D'

red 205 ◦ green 189 ◦ blue 45

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

Shades of Old Gold #CDBD2D

Tints of Old Gold #CDBD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.05%

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

R = 46.7%
G = 43.05%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDBD2D (or 0xCDBD2D) is known color: Old Gold. HEX triplet: CD, BD and 2D. RGB value is (205,189,45). Sum of RGB (Red+Green+Blue) = 205+189+45=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBD2D is #3242D2. Grayscale: #B1B1B1. Windows color (decimal): -3293907 or 2997709. OLE color: 2997709.

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

Color convert

RGB 205 189 45 -
CMYK 0 0.08 0.78 0.20
HSL 54º 0.64% 0.49% -
HSV(B) 54º 0.78% 0.8% -
XYZ 43.85 49.56 9.74 -
YUV 177.37 53.3 147.71 -
System Red Green Blue C M Y K H S L
Decimal 205 189 45 0 0.08 0.78 0.20 54 0.64 0.49
Hex CD BD 2D 0 8 4E 14 36 40 31
Octal 315 275 55 0 10 116 24 66 100 61
Binary 11001101 10111101 101101 0 1000 1001110 10100 110110 1000000 110001

Color Harmonies of #CDBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBD2D

Black with #CDBD2D

Text Example


Text Example

White with #CDBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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