Html Css Color HEX #CDBC3A Old Gold

📋 copy color: '#CDBC3A'

red 205 ◦ green 188 ◦ blue 58

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

Shades of Old Gold #CDBC3A

Tints of Old Gold #CDBC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.69%

 BLUE value IS 58 (23.05% from 255) = 12.86%

R = 45.45%
G = 41.69%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDBC3A (or 0xCDBC3A) is known color: Old Gold. HEX triplet: CD, BC and 3A. RGB value is (205,188,58). Sum of RGB (Red+Green+Blue) = 205+188+58=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBC3A is #3243C5. Grayscale: #B2B2B2. Windows color (decimal): -3294150 or 3849421. OLE color: 3849421.

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

Color convert

RGB 205 188 58 -
CMYK 0 0.08 0.72 0.20
HSL 53.06º 0.6% 0.52% -
HSV(B) 53.06º 0.72% 0.8% -
XYZ 43.92 49.25 11.19 -
YUV 178.26 60.13 147.07 -
System Red Green Blue C M Y K H S L
Decimal 205 188 58 0 0.08 0.72 0.20 53.06 0.6 0.52
Hex CD BC 3A 0 8 48 14 35 3C 34
Octal 315 274 72 0 10 110 24 65 74 64
Binary 11001101 10111100 111010 0 1000 1001000 10100 110101 111100 110100

Color Harmonies of #CDBC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBC3A

Black with #CDBC3A

Text Example


Text Example

White with #CDBC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBC3A; }

 p { color: rgb(205,188,58); }

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

background-color css

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

 a { background-color: rgb(205,188,58); }

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

border-color css

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

 span { border-color: rgb(205,188,58); }

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