Html Css Color HEX #CFBE3A Old Gold

📋 copy color: '#CFBE3A'

red 207 ◦ green 190 ◦ blue 58

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

Shades of Old Gold #CFBE3A

Tints of Old Gold #CFBE3A

RGB

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

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

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

R = 45.49%
G = 41.76%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFBE3A (or 0xCFBE3A) is known color: Old Gold. HEX triplet: CF, BE and 3A. RGB value is (207,190,58). Sum of RGB (Red+Green+Blue) = 207+190+58=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE3A is #3041C5. Grayscale: #B4B4B4. Windows color (decimal): -3162566 or 3849935. OLE color: 3849935.

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

Color convert

RGB 207 190 58 -
CMYK 0 0.08 0.72 0.19
HSL 53.15º 0.61% 0.52% -
HSV(B) 53.15º 0.72% 0.81% -
XYZ 44.91 50.4 11.36 -
YUV 180.04 59.13 147.23 -
System Red Green Blue C M Y K H S L
Decimal 207 190 58 0 0.08 0.72 0.19 53.15 0.61 0.52
Hex CF BE 3A 0 8 48 13 35 3D 34
Octal 317 276 72 0 10 110 23 65 75 64
Binary 11001111 10111110 111010 0 1000 1001000 10011 110101 111101 110100

Color Harmonies of #CFBE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE3A

Black with #CFBE3A

Text Example


Text Example

White with #CFBE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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