Html Css Color HEX #CDBC2D Old Gold

📋 copy color: '#CDBC2D'

red 205 ◦ green 188 ◦ blue 45

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

Shades of Old Gold #CDBC2D

Tints of Old Gold #CDBC2D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.92%

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

R = 46.8%
G = 42.92%
B = 10.27%

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

#CDBC2D (or 0xCDBC2D) is known color: Old Gold. HEX triplet: CD, BC and 2D. RGB value is (205,188,45). Sum of RGB (Red+Green+Blue) = 205+188+45=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBC2D is #3243D2. Grayscale: #B1B1B1. Windows color (decimal): -3294163 or 2997453. OLE color: 2997453.

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

Color convert

RGB 205 188 45 -
CMYK 0 0.08 0.78 0.20
HSL 53.63º 0.64% 0.49% -
HSV(B) 53.63º 0.78% 0.8% -
XYZ 43.63 49.14 9.67 -
YUV 176.78 53.63 148.13 -
System Red Green Blue C M Y K H S L
Decimal 205 188 45 0 0.08 0.78 0.20 53.63 0.64 0.49
Hex CD BC 2D 0 8 4E 14 36 40 31
Octal 315 274 55 0 10 116 24 66 100 61
Binary 11001101 10111100 101101 0 1000 1001110 10100 110110 1000000 110001

Color Harmonies of #CDBC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBC2D

Black with #CDBC2D

Text Example


Text Example

White with #CDBC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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