Html Css Color HEX #CFBE3E Old Gold

📋 copy color: '#CFBE3E'

red 207 ◦ green 190 ◦ blue 62

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

Shades of Old Gold #CFBE3E

Tints of Old Gold #CFBE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.51%

R = 45.1%
G = 41.39%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFBE3E (or 0xCFBE3E) is known color: Old Gold. HEX triplet: CF, BE and 3E. RGB value is (207,190,62). Sum of RGB (Red+Green+Blue) = 207+190+62=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE3E is #3041C1. Grayscale: #B5B5B5. Windows color (decimal): -3162562 or 4112079. OLE color: 4112079.

HSL color Cylindrical-coordinate representation of color #CFBE3E: hue angle of 52.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFBE3E is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 62 -
CMYK 0 0.08 0.70 0.19
HSL 52.97º 0.6% 0.53% -
HSV(B) 52.97º 0.7% 0.81% -
XYZ 45.02 50.44 11.92 -
YUV 180.49 61.13 146.91 -
System Red Green Blue C M Y K H S L
Decimal 207 190 62 0 0.08 0.70 0.19 52.97 0.6 0.53
Hex CF BE 3E 0 8 46 13 35 3C 35
Octal 317 276 76 0 10 106 23 65 74 65
Binary 11001111 10111110 111110 0 1000 1000110 10011 110101 111100 110101

Color Harmonies of #CFBE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE3E

Black with #CFBE3E

Text Example


Text Example

White with #CFBE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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