Html Css Color HEX #CDBC2E Old Gold

📋 copy color: '#CDBC2E'

red 205 ◦ green 188 ◦ blue 46

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

Shades of Old Gold #CDBC2E

Tints of Old Gold #CDBC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.48%

R = 46.7%
G = 42.82%
B = 10.48%

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

#CDBC2E (or 0xCDBC2E) is known color: Old Gold. HEX triplet: CD, BC and 2E. RGB value is (205,188,46). Sum of RGB (Red+Green+Blue) = 205+188+46=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBC2E is #3243D1. Grayscale: #B1B1B1. Windows color (decimal): -3294162 or 3062989. OLE color: 3062989.

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

Color convert

RGB 205 188 46 -
CMYK 0 0.08 0.78 0.20
HSL 53.58º 0.63% 0.49% -
HSV(B) 53.58º 0.78% 0.8% -
XYZ 43.65 49.14 9.77 -
YUV 176.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 205 188 46 0 0.08 0.78 0.20 53.58 0.63 0.49
Hex CD BC 2E 0 8 4E 14 36 3F 31
Octal 315 274 56 0 10 116 24 66 77 61
Binary 11001101 10111100 101110 0 1000 1001110 10100 110110 111111 110001

Color Harmonies of #CDBC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBC2E

Black with #CDBC2E

Text Example


Text Example

White with #CDBC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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