Html Css Color HEX #CDB63B Old Gold

📋 copy color: '#CDB63B'

red 205 ◦ green 182 ◦ blue 59

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

Shades of Old Gold #CDB63B

Tints of Old Gold #CDB63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.23%

R = 45.96%
G = 40.81%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CDB63B (or 0xCDB63B) is known color: Old Gold. HEX triplet: CD, B6 and 3B. RGB value is (205,182,59). Sum of RGB (Red+Green+Blue) = 205+182+59=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 59 (23.44% from 255 or 13.23% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB63B is #3249C4. Grayscale: #AFAFAF. Windows color (decimal): -3295685 or 3913421. OLE color: 3913421.

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

Color convert

RGB 205 182 59 -
CMYK 0 0.11 0.71 0.20
HSL 50.55º 0.59% 0.52% -
HSV(B) 50.55º 0.71% 0.8% -
XYZ 42.69 46.75 10.91 -
YUV 174.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 205 182 59 0 0.11 0.71 0.20 50.55 0.59 0.52
Hex CD B6 3B 0 B 47 14 33 3B 34
Octal 315 266 73 0 13 107 24 63 73 64
Binary 11001101 10110110 111011 0 1011 1000111 10100 110011 111011 110100

Color Harmonies of #CDB63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB63B

Black with #CDB63B

Text Example


Text Example

White with #CDB63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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