Html Css Color HEX #CFBE3B Old Gold

📋 copy color: '#CFBE3B'

red 207 ◦ green 190 ◦ blue 59

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

Shades of Old Gold #CFBE3B

Tints of Old Gold #CFBE3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.94%

R = 45.39%
G = 41.67%
B = 12.94%

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

#CFBE3B (or 0xCFBE3B) is known color: Old Gold. HEX triplet: CF, BE and 3B. RGB value is (207,190,59). Sum of RGB (Red+Green+Blue) = 207+190+59=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE3B is #3041C4. Grayscale: #B4B4B4. Windows color (decimal): -3162565 or 3915471. OLE color: 3915471.

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

Color convert

RGB 207 190 59 -
CMYK 0 0.08 0.71 0.19
HSL 53.11º 0.61% 0.52% -
HSV(B) 53.11º 0.71% 0.81% -
XYZ 44.94 50.41 11.5 -
YUV 180.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 207 190 59 0 0.08 0.71 0.19 53.11 0.61 0.52
Hex CF BE 3B 0 8 47 13 35 3D 34
Octal 317 276 73 0 10 107 23 65 75 64
Binary 11001111 10111110 111011 0 1000 1000111 10011 110101 111101 110100

Color Harmonies of #CFBE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE3B

Black with #CFBE3B

Text Example


Text Example

White with #CFBE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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