Html Css Color HEX #CDB13E Old Gold

📋 copy color: '#CDB13E'

red 205 ◦ green 177 ◦ blue 62

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

Shades of Old Gold #CDB13E

Tints of Old Gold #CDB13E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.86%

 BLUE value IS 62 (24.61% from 255) = 13.96%

R = 46.17%
G = 39.86%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDB13E (or 0xCDB13E) is known color: Old Gold. HEX triplet: CD, B1 and 3E. RGB value is (205,177,62). Sum of RGB (Red+Green+Blue) = 205+177+62=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB13E is #324EC1. Grayscale: #ACACAC. Windows color (decimal): -3296962 or 4108749. OLE color: 4108749.

HSL color Cylindrical-coordinate representation of color #CDB13E: hue angle of 48.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDB13E is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 177 62 -
CMYK 0 0.14 0.70 0.20
HSL 48.25º 0.59% 0.52% -
HSV(B) 48.25º 0.7% 0.8% -
XYZ 41.77 44.77 11 -
YUV 172.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 205 177 62 0 0.14 0.70 0.20 48.25 0.59 0.52
Hex CD B1 3E 0 E 46 14 30 3B 34
Octal 315 261 76 0 16 106 24 60 73 64
Binary 11001101 10110001 111110 0 1110 1000110 10100 110000 111011 110100

Color Harmonies of #CDB13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB13E

Black with #CDB13E

Text Example


Text Example

White with #CDB13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB13E; }

 p { color: rgb(205,177,62); }

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

background-color css

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

 a { background-color: rgb(205,177,62); }

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

border-color css

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

 span { border-color: rgb(205,177,62); }

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