Html Css Color HEX #CDB92E Old Gold

📋 copy color: '#CDB92E'

red 205 ◦ green 185 ◦ blue 46

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

Shades of Old Gold #CDB92E

Tints of Old Gold #CDB92E

RGB

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

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

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

R = 47.02%
G = 42.43%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDB92E (or 0xCDB92E) is known color: Old Gold. HEX triplet: CD, B9 and 2E. RGB value is (205,185,46). Sum of RGB (Red+Green+Blue) = 205+185+46=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB92E is #3246D1. Grayscale: #AFAFAF. Windows color (decimal): -3294930 or 3062221. OLE color: 3062221.

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

Color convert

RGB 205 185 46 -
CMYK 0 0.10 0.78 0.20
HSL 52.45º 0.63% 0.49% -
HSV(B) 52.45º 0.78% 0.8% -
XYZ 43.02 47.87 9.56 -
YUV 175.13 55.13 149.3 -
System Red Green Blue C M Y K H S L
Decimal 205 185 46 0 0.10 0.78 0.20 52.45 0.63 0.49
Hex CD B9 2E 0 A 4E 14 34 3F 31
Octal 315 271 56 0 12 116 24 64 77 61
Binary 11001101 10111001 101110 0 1010 1001110 10100 110100 111111 110001

Color Harmonies of #CDB92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB92E

Black with #CDB92E

Text Example


Text Example

White with #CDB92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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