Html Css Color HEX #CDB93E Old Gold

📋 copy color: '#CDB93E'

red 205 ◦ green 185 ◦ blue 62

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

Shades of Old Gold #CDB93E

Tints of Old Gold #CDB93E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.93%

 BLUE value IS 62 (24.61% from 255) = 13.72%

R = 45.35%
G = 40.93%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDB93E (or 0xCDB93E) is known color: Old Gold. HEX triplet: CD, B9 and 3E. RGB value is (205,185,62). Sum of RGB (Red+Green+Blue) = 205+185+62=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB93E is #3246C1. Grayscale: #B1B1B1. Windows color (decimal): -3294914 or 4110797. OLE color: 4110797.

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

Color convert

RGB 205 185 62 -
CMYK 0 0.10 0.70 0.20
HSL 51.61º 0.59% 0.52% -
HSV(B) 51.61º 0.7% 0.8% -
XYZ 43.4 48.02 11.54 -
YUV 176.96 63.13 148 -
System Red Green Blue C M Y K H S L
Decimal 205 185 62 0 0.10 0.70 0.20 51.61 0.59 0.52
Hex CD B9 3E 0 A 46 14 34 3B 34
Octal 315 271 76 0 12 106 24 64 73 64
Binary 11001101 10111001 111110 0 1010 1000110 10100 110100 111011 110100

Color Harmonies of #CDB93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB93E

Black with #CDB93E

Text Example


Text Example

White with #CDB93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB93E; }

 p { color: rgb(205,185,62); }

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

background-color css

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

 a { background-color: rgb(205,185,62); }

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

border-color css

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

 span { border-color: rgb(205,185,62); }

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