Html Css Color HEX #CFBE4B Old Gold

📋 copy color: '#CFBE4B'

red 207 ◦ green 190 ◦ blue 75

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

Shades of Old Gold #CFBE4B

Tints of Old Gold #CFBE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.89%

R = 43.86%
G = 40.25%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CFBE4B (or 0xCFBE4B) is known color: Old Gold. HEX triplet: CF, BE and 4B. RGB value is (207,190,75). Sum of RGB (Red+Green+Blue) = 207+190+75=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE4B is #3041B4. Grayscale: #B6B6B6. Windows color (decimal): -3162549 or 4964047. OLE color: 4964047.

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

Color convert

RGB 207 190 75 -
CMYK 0 0.08 0.64 0.19
HSL 52.27º 0.58% 0.55% -
HSV(B) 52.27º 0.64% 0.81% -
XYZ 45.42 50.6 14.03 -
YUV 181.97 67.63 145.85 -
System Red Green Blue C M Y K H S L
Decimal 207 190 75 0 0.08 0.64 0.19 52.27 0.58 0.55
Hex CF BE 4B 0 8 40 13 34 3A 37
Octal 317 276 113 0 10 100 23 64 72 67
Binary 11001111 10111110 1001011 0 1000 1000000 10011 110100 111010 110111

Color Harmonies of #CFBE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE4B

Black with #CFBE4B

Text Example


Text Example

White with #CFBE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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