Html Css Color HEX #CFBE44 Old Gold

📋 copy color: '#CFBE44'

red 207 ◦ green 190 ◦ blue 68

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

Shades of Old Gold #CFBE44

Tints of Old Gold #CFBE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.62%

R = 44.52%
G = 40.86%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CFBE44 (or 0xCFBE44) is known color: Old Gold. HEX triplet: CF, BE and 44. RGB value is (207,190,68). Sum of RGB (Red+Green+Blue) = 207+190+68=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE44 is #3041BB. Grayscale: #B5B5B5. Windows color (decimal): -3162556 or 4505295. OLE color: 4505295.

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

Color convert

RGB 207 190 68 -
CMYK 0 0.08 0.67 0.19
HSL 52.66º 0.59% 0.54% -
HSV(B) 52.66º 0.67% 0.81% -
XYZ 45.19 50.51 12.84 -
YUV 181.18 64.13 146.42 -
System Red Green Blue C M Y K H S L
Decimal 207 190 68 0 0.08 0.67 0.19 52.66 0.59 0.54
Hex CF BE 44 0 8 43 13 35 3B 36
Octal 317 276 104 0 10 103 23 65 73 66
Binary 11001111 10111110 1000100 0 1000 1000011 10011 110101 111011 110110

Color Harmonies of #CFBE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE44

Black with #CFBE44

Text Example


Text Example

White with #CFBE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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