Html Css Color HEX #CDB237 Old Gold

📋 copy color: '#CDB237'

red 205 ◦ green 178 ◦ blue 55

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

Shades of Old Gold #CDB237

Tints of Old Gold #CDB237

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.64%

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

R = 46.8%
G = 40.64%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDB237 (or 0xCDB237) is known color: Old Gold. HEX triplet: CD, B2 and 37. RGB value is (205,178,55). Sum of RGB (Red+Green+Blue) = 205+178+55=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB237 is #324DC8. Grayscale: #ACACAC. Windows color (decimal): -3296713 or 3650253. OLE color: 3650253.

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

Color convert

RGB 205 178 55 -
CMYK 0 0.13 0.73 0.20
HSL 49.2º 0.6% 0.51% -
HSV(B) 49.2º 0.73% 0.8% -
XYZ 41.79 45.1 10.12 -
YUV 172.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 205 178 55 0 0.13 0.73 0.20 49.2 0.6 0.51
Hex CD B2 37 0 D 49 14 31 3C 33
Octal 315 262 67 0 15 111 24 61 74 63
Binary 11001101 10110010 110111 0 1101 1001001 10100 110001 111100 110011

Color Harmonies of #CDB237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB237

Black with #CDB237

Text Example


Text Example

White with #CDB237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB237; }

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

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

background-color css

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

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

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

border-color css

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

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

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