Html Css Color HEX #CFBE4C Old Gold

📋 copy color: '#CFBE4C'

red 207 ◦ green 190 ◦ blue 76

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

Shades of Old Gold #CFBE4C

Tints of Old Gold #CFBE4C

RGB

 RED value IS 207 (81.25% from 255) = 43.76%

 GREEN value IS 190 (74.61% from 255) = 40.17%

 BLUE value IS 76 (30.08% from 255) = 16.07%

R = 43.76%
G = 40.17%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CFBE4C (or 0xCFBE4C) is known color: Old Gold. HEX triplet: CF, BE and 4C. RGB value is (207,190,76). Sum of RGB (Red+Green+Blue) = 207+190+76=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE4C is #3041B3. Grayscale: #B6B6B6. Windows color (decimal): -3162548 or 5029583. OLE color: 5029583.

HSL color Cylindrical-coordinate representation of color #CFBE4C: hue angle of 52.21º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFBE4C is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 76 -
CMYK 0 0.08 0.63 0.19
HSL 52.21º 0.58% 0.55% -
HSV(B) 52.21º 0.63% 0.81% -
XYZ 45.45 50.61 14.21 -
YUV 182.09 68.13 145.77 -
System Red Green Blue C M Y K H S L
Decimal 207 190 76 0 0.08 0.63 0.19 52.21 0.58 0.55
Hex CF BE 4C 0 8 3F 13 34 3A 37
Octal 317 276 114 0 10 77 23 64 72 67
Binary 11001111 10111110 1001100 0 1000 111111 10011 110100 111010 110111

Color Harmonies of #CFBE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE4C

Black with #CFBE4C

Text Example


Text Example

White with #CFBE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE4C; }

 p { color: rgb(207,190,76); }

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

background-color css

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

 a { background-color: rgb(207,190,76); }

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

border-color css

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

 span { border-color: rgb(207,190,76); }

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