Html Css Color HEX #CDBF4A Old Gold

📋 copy color: '#CDBF4A'

red 205 ◦ green 191 ◦ blue 74

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

Shades of Old Gold #CDBF4A

Tints of Old Gold #CDBF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 40.64%

 BLUE value IS 74 (29.3% from 255) = 15.74%

R = 43.62%
G = 40.64%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CDBF4A (or 0xCDBF4A) is known color: Old Gold. HEX triplet: CD, BF and 4A. RGB value is (205,191,74). Sum of RGB (Red+Green+Blue) = 205+191+74=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBF4A is #3240B5. Grayscale: #B6B6B6. Windows color (decimal): -3293366 or 4898765. OLE color: 4898765.

HSL color Cylindrical-coordinate representation of color #CDBF4A: hue angle of 53.59º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDBF4A is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 191 74 -
CMYK 0 0.07 0.64 0.20
HSL 53.59º 0.57% 0.55% -
HSV(B) 53.59º 0.64% 0.8% -
XYZ 45.04 50.74 13.9 -
YUV 181.85 67.14 144.51 -
System Red Green Blue C M Y K H S L
Decimal 205 191 74 0 0.07 0.64 0.20 53.59 0.57 0.55
Hex CD BF 4A 0 7 40 14 36 39 37
Octal 315 277 112 0 7 100 24 66 71 67
Binary 11001101 10111111 1001010 0 111 1000000 10100 110110 111001 110111

Color Harmonies of #CDBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBF4A

Black with #CDBF4A

Text Example


Text Example

White with #CDBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBF4A; }

 p { color: rgb(205,191,74); }

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

background-color css

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

 a { background-color: rgb(205,191,74); }

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

border-color css

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

 span { border-color: rgb(205,191,74); }

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