Html Css Color HEX #CDB936 Old Gold

📋 copy color: '#CDB936'

red 205 ◦ green 185 ◦ blue 54

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

Shades of Old Gold #CDB936

Tints of Old Gold #CDB936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.16%

R = 46.17%
G = 41.67%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CDB936 (or 0xCDB936) is known color: Old Gold. HEX triplet: CD, B9 and 36. RGB value is (205,185,54). Sum of RGB (Red+Green+Blue) = 205+185+54=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB936 is #3246C9. Grayscale: #B0B0B0. Windows color (decimal): -3294922 or 3586509. OLE color: 3586509.

HSL color Cylindrical-coordinate representation of color #CDB936: hue angle of 52.05º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDB936 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 185 54 -
CMYK 0 0.10 0.74 0.20
HSL 52.05º 0.6% 0.51% -
HSV(B) 52.05º 0.74% 0.8% -
XYZ 43.19 47.94 10.47 -
YUV 176.05 59.13 148.65 -
System Red Green Blue C M Y K H S L
Decimal 205 185 54 0 0.10 0.74 0.20 52.05 0.6 0.51
Hex CD B9 36 0 A 4A 14 34 3C 33
Octal 315 271 66 0 12 112 24 64 74 63
Binary 11001101 10111001 110110 0 1010 1001010 10100 110100 111100 110011

Color Harmonies of #CDB936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB936

Black with #CDB936

Text Example


Text Example

White with #CDB936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB936; }

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

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

background-color css

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

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

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

border-color css

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

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

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