Html Css Color HEX #CDB63E Old Gold

📋 copy color: '#CDB63E'

red 205 ◦ green 182 ◦ blue 62

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

Shades of Old Gold #CDB63E

Tints of Old Gold #CDB63E

RGB

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

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

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

R = 45.66%
G = 40.53%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDB63E (or 0xCDB63E) is known color: Old Gold. HEX triplet: CD, B6 and 3E. RGB value is (205,182,62). Sum of RGB (Red+Green+Blue) = 205+182+62=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB63E is #3249C1. Grayscale: #AFAFAF. Windows color (decimal): -3295682 or 4110029. OLE color: 4110029.

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

Color convert

RGB 205 182 62 -
CMYK 0 0.11 0.70 0.20
HSL 50.35º 0.59% 0.52% -
HSV(B) 50.35º 0.7% 0.8% -
XYZ 42.77 46.78 11.33 -
YUV 175.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 205 182 62 0 0.11 0.70 0.20 50.35 0.59 0.52
Hex CD B6 3E 0 B 46 14 32 3B 34
Octal 315 266 76 0 13 106 24 62 73 64
Binary 11001101 10110110 111110 0 1011 1000110 10100 110010 111011 110100

Color Harmonies of #CDB63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB63E

Black with #CDB63E

Text Example


Text Example

White with #CDB63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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