Html Css Color HEX #CDBC2F Old Gold

📋 copy color: '#CDBC2F'

red 205 ◦ green 188 ◦ blue 47

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

Shades of Old Gold #CDBC2F

Tints of Old Gold #CDBC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.68%

R = 46.59%
G = 42.73%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDBC2F (or 0xCDBC2F) is known color: Old Gold. HEX triplet: CD, BC and 2F. RGB value is (205,188,47). Sum of RGB (Red+Green+Blue) = 205+188+47=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBC2F is #3243D0. Grayscale: #B1B1B1. Windows color (decimal): -3294161 or 3128525. OLE color: 3128525.

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

Color convert

RGB 205 188 47 -
CMYK 0 0.08 0.77 0.20
HSL 53.54º 0.63% 0.49% -
HSV(B) 53.54º 0.77% 0.8% -
XYZ 43.67 49.15 9.87 -
YUV 177.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 205 188 47 0 0.08 0.77 0.20 53.54 0.63 0.49
Hex CD BC 2F 0 8 4D 14 36 3F 31
Octal 315 274 57 0 10 115 24 66 77 61
Binary 11001101 10111100 101111 0 1000 1001101 10100 110110 111111 110001

Color Harmonies of #CDBC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBC2F

Black with #CDBC2F

Text Example


Text Example

White with #CDBC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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