Html Css Color HEX #CDB640 Old Gold

📋 copy color: '#CDB640'

red 205 ◦ green 182 ◦ blue 64

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

Shades of Old Gold #CDB640

Tints of Old Gold #CDB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.35%

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

R = 45.45%
G = 40.35%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDB640 (or 0xCDB640) is known color: Old Gold. HEX triplet: CD, B6 and 40. RGB value is (205,182,64). Sum of RGB (Red+Green+Blue) = 205+182+64=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB640 is #3249BF. Grayscale: #AFAFAF. Windows color (decimal): -3295680 or 4241101. OLE color: 4241101.

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

Color convert

RGB 205 182 64 -
CMYK 0 0.11 0.69 0.20
HSL 50.21º 0.59% 0.53% -
HSV(B) 50.21º 0.69% 0.8% -
XYZ 42.83 46.81 11.63 -
YUV 175.43 65.12 149.09 -
System Red Green Blue C M Y K H S L
Decimal 205 182 64 0 0.11 0.69 0.20 50.21 0.59 0.53
Hex CD B6 40 0 B 45 14 32 3B 35
Octal 315 266 100 0 13 105 24 62 73 65
Binary 11001101 10110110 1000000 0 1011 1000101 10100 110010 111011 110101

Color Harmonies of #CDB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB640

Black with #CDB640

Text Example


Text Example

White with #CDB640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB640; }

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

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

background-color css

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

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

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

border-color css

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

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

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