Html Css Color HEX #CFBE3D Old Gold

📋 copy color: '#CFBE3D'

red 207 ◦ green 190 ◦ blue 61

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

Shades of Old Gold #CFBE3D

Tints of Old Gold #CFBE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.32%

R = 45.2%
G = 41.48%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CFBE3D (or 0xCFBE3D) is known color: Old Gold. HEX triplet: CF, BE and 3D. RGB value is (207,190,61). Sum of RGB (Red+Green+Blue) = 207+190+61=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE3D is #3041C2. Grayscale: #B4B4B4. Windows color (decimal): -3162563 or 4046543. OLE color: 4046543.

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

Color convert

RGB 207 190 61 -
CMYK 0 0.08 0.71 0.19
HSL 53.01º 0.6% 0.53% -
HSV(B) 53.01º 0.71% 0.81% -
XYZ 44.99 50.43 11.78 -
YUV 180.38 60.63 146.99 -
System Red Green Blue C M Y K H S L
Decimal 207 190 61 0 0.08 0.71 0.19 53.01 0.6 0.53
Hex CF BE 3D 0 8 47 13 35 3C 35
Octal 317 276 75 0 10 107 23 65 74 65
Binary 11001111 10111110 111101 0 1000 1000111 10011 110101 111100 110101

Color Harmonies of #CFBE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE3D

Black with #CFBE3D

Text Example


Text Example

White with #CFBE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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