Html Css Color HEX #CDB938 Old Gold

📋 copy color: '#CDB938'

red 205 ◦ green 185 ◦ blue 56

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

Shades of Old Gold #CDB938

Tints of Old Gold #CDB938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.56%

R = 45.96%
G = 41.48%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDB938 (or 0xCDB938) is known color: Old Gold. HEX triplet: CD, B9 and 38. RGB value is (205,185,56). Sum of RGB (Red+Green+Blue) = 205+185+56=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB938 is #3246C7. Grayscale: #B0B0B0. Windows color (decimal): -3294920 or 3717581. OLE color: 3717581.

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

Color convert

RGB 205 185 56 -
CMYK 0 0.10 0.73 0.20
HSL 51.95º 0.6% 0.51% -
HSV(B) 51.95º 0.73% 0.8% -
XYZ 43.24 47.96 10.72 -
YUV 176.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 205 185 56 0 0.10 0.73 0.20 51.95 0.6 0.51
Hex CD B9 38 0 A 49 14 34 3C 33
Octal 315 271 70 0 12 111 24 64 74 63
Binary 11001101 10111001 111000 0 1010 1001001 10100 110100 111100 110011

Color Harmonies of #CDB938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB938

Black with #CDB938

Text Example


Text Example

White with #CDB938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB938; }

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

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

background-color css

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

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

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

border-color css

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

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

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