Html Css Color HEX #CDA63B Metallic Gold

📋 copy color: '#CDA63B'

red 205 ◦ green 166 ◦ blue 59

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

Shades of Metallic Gold #CDA63B

Tints of Metallic Gold #CDA63B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.6%

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

R = 47.67%
G = 38.6%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CDA63B (or 0xCDA63B) is known color: Metallic Gold. HEX triplet: CD, A6 and 3B. RGB value is (205,166,59). Sum of RGB (Red+Green+Blue) = 205+166+59=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA63B is #3259C4. Grayscale: #A5A5A5. Windows color (decimal): -3299781 or 3909325. OLE color: 3909325.

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

Color convert

RGB 205 166 59 -
CMYK 0 0.19 0.71 0.20
HSL 43.97º 0.59% 0.52% -
HSV(B) 43.97º 0.71% 0.8% -
XYZ 39.6 40.57 9.88 -
YUV 165.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 205 166 59 0 0.19 0.71 0.20 43.97 0.59 0.52
Hex CD A6 3B 0 13 47 14 2C 3B 34
Octal 315 246 73 0 23 107 24 54 73 64
Binary 11001101 10100110 111011 0 10011 1000111 10100 101100 111011 110100

Color Harmonies of #CDA63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA63B

Black with #CDA63B

Text Example


Text Example

White with #CDA63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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