Html Css Color HEX #CDB240 Old Gold

📋 copy color: '#CDB240'

red 205 ◦ green 178 ◦ blue 64

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

Shades of Old Gold #CDB240

Tints of Old Gold #CDB240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.32%

R = 45.86%
G = 39.82%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDB240 (or 0xCDB240) is known color: Old Gold. HEX triplet: CD, B2 and 40. RGB value is (205,178,64). Sum of RGB (Red+Green+Blue) = 205+178+64=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB240 is #324DBF. Grayscale: #ADADAD. Windows color (decimal): -3296704 or 4240077. OLE color: 4240077.

HSL color Cylindrical-coordinate representation of color #CDB240: hue angle of 48.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDB240 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 178 64 -
CMYK 0 0.13 0.69 0.20
HSL 48.51º 0.59% 0.53% -
HSV(B) 48.51º 0.69% 0.8% -
XYZ 42.02 45.19 11.36 -
YUV 173.08 66.45 150.77 -
System Red Green Blue C M Y K H S L
Decimal 205 178 64 0 0.13 0.69 0.20 48.51 0.59 0.53
Hex CD B2 40 0 D 45 14 31 3B 35
Octal 315 262 100 0 15 105 24 61 73 65
Binary 11001101 10110010 1000000 0 1101 1000101 10100 110001 111011 110101

Color Harmonies of #CDB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB240

Black with #CDB240

Text Example


Text Example

White with #CDB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB240; }

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

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

background-color css

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

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

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

border-color css

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

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

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