Html Css Color HEX #CFBE34 Old Gold

📋 copy color: '#CFBE34'

red 207 ◦ green 190 ◦ blue 52

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

Shades of Old Gold #CFBE34

Tints of Old Gold #CFBE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.58%

R = 46.1%
G = 42.32%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFBE34 (or 0xCFBE34) is known color: Old Gold. HEX triplet: CF, BE and 34. RGB value is (207,190,52). Sum of RGB (Red+Green+Blue) = 207+190+52=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE34 is #3041CB. Grayscale: #B3B3B3. Windows color (decimal): -3162572 or 3456719. OLE color: 3456719.

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

Color convert

RGB 207 190 52 -
CMYK 0 0.08 0.75 0.19
HSL 53.42º 0.62% 0.51% -
HSV(B) 53.42º 0.75% 0.81% -
XYZ 44.77 50.34 10.61 -
YUV 179.35 56.13 147.72 -
System Red Green Blue C M Y K H S L
Decimal 207 190 52 0 0.08 0.75 0.19 53.42 0.62 0.51
Hex CF BE 34 0 8 4B 13 35 3E 33
Octal 317 276 64 0 10 113 23 65 76 63
Binary 11001111 10111110 110100 0 1000 1001011 10011 110101 111110 110011

Color Harmonies of #CFBE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE34

Black with #CFBE34

Text Example


Text Example

White with #CFBE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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