Html Css Color HEX #CDB437 Old Gold

📋 copy color: '#CDB437'

red 205 ◦ green 180 ◦ blue 55

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

Shades of Old Gold #CDB437

Tints of Old Gold #CDB437

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.91%

 BLUE value IS 55 (21.88% from 255) = 12.5%

R = 46.59%
G = 40.91%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDB437 (or 0xCDB437) is known color: Old Gold. HEX triplet: CD, B4 and 37. RGB value is (205,180,55). Sum of RGB (Red+Green+Blue) = 205+180+55=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB437 is #324BC8. Grayscale: #ADADAD. Windows color (decimal): -3296201 or 3650765. OLE color: 3650765.

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

Color convert

RGB 205 180 55 -
CMYK 0 0.12 0.73 0.20
HSL 50º 0.6% 0.51% -
HSV(B) 50º 0.73% 0.8% -
XYZ 42.19 45.9 10.25 -
YUV 173.23 61.28 150.66 -
System Red Green Blue C M Y K H S L
Decimal 205 180 55 0 0.12 0.73 0.20 50 0.6 0.51
Hex CD B4 37 0 C 49 14 32 3C 33
Octal 315 264 67 0 14 111 24 62 74 63
Binary 11001101 10110100 110111 0 1100 1001001 10100 110010 111100 110011

Color Harmonies of #CDB437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB437

Black with #CDB437

Text Example


Text Example

White with #CDB437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB437; }

 p { color: rgb(205,180,55); }

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

background-color css

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

 a { background-color: rgb(205,180,55); }

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

border-color css

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

 span { border-color: rgb(205,180,55); }

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